Releases: docash59/ARWhatsNew
1.2
APP STORE SUPPORT
• ARWhatsNew
now fetches your releaseNotes
from the App Store.
• APP MUST ALREADY EXIST IN APP STORE. ALTERNATIVELY, PLEASE USE HARD CODED.
OTHER CHANGES & IMPROVEMENTS
• Renamed acceptButton
to dismissButton
.
• Renamed primaryColor
to backgroundColor
.
• Renamed secondaryColor
to dismissButtonColor
.
• Renamed acceptButtonText
to dismissButtonText
.
• Renamed showWhatsNew
to userNotSeenWhatsNew
.
• Moved appVersion
to private use.
• Moved to Storyboard.
If you have any suggestions to what to add to ARWhatsNew
please let me know.
1.1
• Added ability to only show modal for major releases. E.g. Show modal only for versions formatted at x.x and not for for x.x.x format.
• Checking and presenting the modal is now all managed by ARWhatsNew.
• Fixes a bug in the example project that kept presenting the modal after dismissing.