- Adds Carthage compatibility (#204)
- Removes
setCurrentPageIndex:
andsetCurrentPageIndex:animated:
(see discussion in #213) - Fixes
scrollToPageForIndex:animated:
not triggering lifecycle actions foranimated:NO
(#213) - Fixes unintended behavior for
pageControl
action while manually swiping pages (#201)
- Adds obj-c lightweight generics
- Adds autolayout constraints to keep titleIconView inside page frame (#212)
- Adds "Tap to next" support on custom views
- Adds delegate method
introWillFinish:wasSkipped:
- Adds delegate method
intro:didScrollWithOffset:
- Fixes crash when removing EAIntroView from the view hierarchy (#168)
- Fixes bug when tapping a page to advance does not call the delegate method
pageAppeared
(#174) - Fixes constraints for
skipButton
andpageControl
(#185) - Fixes layout issue on rotation for iPad (#149)
- Adds Cocoapods 1.0.0 support for example project
- Adds text alignment to title and description labels
- Updates accessibility (better VoiceOver support)
- Replaces delegate call
introDidFinish:
withintroDidFinish:wasSkipped:
to include flag if intro was skipped
- Fixes scrolling restriction
- Replaces
limitScrollingToPage:
method withlimitPageIndex
property
- Adds exposed
[EAIntroView pageWithCustomViewFromNibNamed:bundle:]
to allow choosing a bundle - Fixes black background for pages with custom view
- Fixes import statement to support swift installation
- Adds description label side margins property
- Adds rotation support
- Adds autolayout to page elements
- Fixes constraints for custom skip button Y position
- Fixes import statement to support manual installation
- Fixes delegate method
introDidFinish:
fired too early - Fixes
currentPage
property onsetPages:
- Fixes
setCurrentPageIndex:
called withanimated:NO
- updates ivar directly - Updates pod deployment target to iOS 6
- Fixes autolayout for custom views
- Updates
EARestrictedScrollView
dependency to fix autolayout crash - Updates custom view bg color to use page bg color
- Adds skip button height constraint
- Adds autolayout on pages from Xib
- Adds fullscreen presentation
- Removes autolayout conditional checks and resizing masks
- Fixes page control hiding
- Fixes skip button hiding
- Fixes resizing