### Added for new features.
### Changed for changes in existing functionality.
### Deprecated for once-stable features removed in upcoming releases.
### Removed for deprecated features removed in this release.
### Fixed for any bug fixes.
- Crash when swiping left on the last screen #3
- Fixed mistakes
- Added optional
-(UIEdgeInsets)onboardView:titleEdgeInsetsForLeftActionButtonAtIndex:
method toPVOnboardViewDataSource
- Added optional
-(nullable UIImage *)onboardView:imageForLeftActionButtonAtIndex:
method toPVOnboardViewDataSource
- Added optional
-(UIEdgeInsets)onboardView:imageEdgeInsetsForLeftActionButtonAtIndex:
method toPVOnboardViewDataSource
- Added optional
-(UIEdgeInsets)onboardView:titleEdgeInsetsForRightActionButtonAtIndex:
method toPVOnboardViewDataSource
- Added optional
-(nullable UIImage *)onboardView:imageForRightActionButtonAtIndex:
method toPVOnboardViewDataSource
- Added optional
-(UIEdgeInsets)onboardView:imageEdgeInsetsForRightActionButtonAtIndex:
method toPVOnboardViewDataSource
- Added
-(instancetype)initWithFooterView:
method toPVOnboardView
- Made
PVOnboardPage
protocol optional - Made
PVOnboardFooterView
public
- Fix typos
- Renamed
- (void)scrollToTheNextPage:animated
to- (void)scrollToNextPage:animated
- Renamed
- (void)scrollToThePreviouslyPage:animated
to- (void)scrollToPreviouslyPage:animated
- Improved compatibility with Swift
- Added an example on Swift
- Added an example on Objective-C
- Added
- (CGFloat)onboardViewFooterBottomPadding:(nonnull PVOnboardView *)onboardView
toPVOnboardViewDataSource
to allow setting the bottom padding for footer view
- Extracted bottom control panel into
PVOnboardFooterView
class