SvenTiigi / WhatsNewKit

Showcase your awesome new app features 📱
https://sventiigi.github.io/WhatsNewKit/
MIT License
3.87k stars 190 forks source link

Added the option to show the title view in the items controller #38

Closed TimAEllis closed 4 years ago

TimAEllis commented 4 years ago

I added the option to allow users to customise the view to show the title view in the items view controller so that it scrolls with the rest of the content. This is consistent with how Apple show's their "what's changed".

The main priority was to not break existing user's experience so the default mode is to keep the title in its sticky position as it stood prior to this pull request.

I did need to bump the swift lint file length by 10 in order to support the changes I added.

Please let me know if you require any changes as I'm just trying to help out the open-source community :)

SvenTiigi commented 4 years ago

Great work 👍

I will do some additional work on the feature/titleview-mode branch before merging it into the develop and master for a new release of WhatsNewKit.