Skip to content

Releases: TomThorpe/UIScrollSlidingPages

iPhone 6 and 6+ Bug Fixes

20 Sep 16:01
Compare
Choose a tag to compare

-Bug Fix for incorrect sizing on iPhone 6 and 6+ when building with the iOS8 SDK
-Demo Project now built using Xcode 6 and tested with iOS8 SDK

-New titleScrollerInActiveTextColour property, the text colour when the title is inactive. Default is white.
-New titleScrollerBottomEdgeHeight property, the height of the bottom edge on the top title scroller. Default is 3.
-New disableTitleShadow property to disable the subtle shadow under the title scroller. Default is NO.
-Fixed some Xcode warnings

Thanks brendankowitz, anasb and Fedya Skitsko for your contributions to this release!

General improvements + bug fixes

22 Jan 10:22
Compare
Choose a tag to compare

-The reloadPages method is no longer called automatically when you update the dataSource property. You should now call reloadPages yourself after you update the dataSource
-Add delegate callback for scroll event to say when page changed
-Performance improvements
-Add option to set the colour of triangle in top header view
-Fix bug with apps that start in landscape mode (or only support landscape mode)
-Fix big that may have caused inability to scroll if your pages used autolayout

iOS7 + bugfixes

02 Nov 13:52
Compare
Choose a tag to compare

Bugfixes from the ios7 release