All notable changes to this project will be documented in this file.
SJSegmentedScrollView
adheres to Semantic Versioning.
- Initial releases
- Added objective c project support
- Resolved header view height nil issue
- Resolved SplitViewController orientation issues.
- Renamed SJSegmentedViewController contentControllers property to segmentControllers.
- Added shadow to segment view. (issue #6)
- Added SJSegmentedViewControllerDelegate to access current viewcontroller, segment and index.
- Added a property to get SJSegmentedScrollView segments.
- Upgraded to Swift 3.0
- Updated documentations.
- Added support to CollectionViewController.
- Added Custom Segment tab view support. (issue #22)
- Resolved crash issue. (issue #23)
- Resolved white space issue.
- Resolved issue #25. Using '
func setSelectedSegmentAt(_ index: Int, animated: Bool)
to change segment programmatically.
- Resolved issue #29. Added supports for UIRefreshControl and custom pull to refresh libraries.
- Resolved issue #54. How to disable Scroll indicator.
- Migrated to Swift 4.
- Added 'segmentBounces' property to set content view bounces.