WhatsNewKit v1.3.2 Release Notes

Release Date: 2020-04-11 // about 4 years ago
  • Title Mode | PR from @Fudge0952 (#38)

    0️⃣ In default the TitleView is sticked to the top.
    🔧 If you wish that the TitleView scrolls with the ItemsView you can change the titleMode on the TitleView configuration.

    // TitleView scrolls alongside with the ItemsViewconfiguration.titleView.titleMode = .scrolls// TitleView is fixed to topconfiguration.titleView.titleMode = .fixed
    

    🍱 > ☝️ In default the titleMode is set to .fixed.

    Hide Status-Bar (#35)

    This version adds the option to hide the status bar.

    // Hide Status-Barconfiguration.prefersStatusBarHidden =true
    

    🍱 > ☝️ In default prefersStatusBarHidden is set to false.