All Versions
12
Latest Version
Avg Release Cycle
203 days
Latest Release
564 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.13.0 Changes
November 10, 2020 -
v2.12.0 Changes
November 11, 2017- โ 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)
-
v2.11.0 Changes
October 19, 2017- โ Adds obj-c lightweight generics
- โ Adds autolayout constraints to keep titleIconView inside page frame (#212)
-
v2.10.0 Changes
November 05, 2016- โ 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)
-
v2.9.0 Changes
May 14, 2016- โ 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
-
v2.8.3 Changes
April 15, 2016- ๐ Fixes scrolling restriction
- Replaces
limitScrollingToPage:
method withlimitPageIndex
property
-
v2.8.2 Changes
April 08, 2016- โ Adds exposed
[EAIntroView pageWithCustomViewFromNibNamed:bundle:]
to allow choosing a bundle - ๐ Fixes black background for pages with custom view
- โ Adds exposed
-
v2.8.1 Changes
December 15, 2015- ๐ Fixes import statement to support swift installation
- โ Adds description label side margins property
-
v2.8.0 Changes
December 06, 2015- โ 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
-
v2.7.4 Changes
June 12, 2015- ๐ Fixes autolayout for custom views
- โก๏ธ Updates
EARestrictedScrollView
dependency to fix autolayout crash - โก๏ธ Updates custom view bg color to use page bg color