Thanks @abotkin-cpi!
- Fix device rotation issue
- Add Xcode 9 support
- Fix contentInset and view hierarchy issues with iOS 11
Thanks @julienpouget!
Thanks @ojcarcete!
- After a few months without changes or critical errors found, we have marked the library as stable. Enjoy!
- Add the possibility to disable changing the scroll view
contentInset
automatically - Optimise the arrangement of the header view inside the scroll view
- Fix crash when removing from scroll view
- Remove dependency on `KVOController``
- Remove test dependencies on
Expecta
andOCMock
- Create library project to generate a framework
- Support Carthage
- Support test coverage display via Coveralls
- New functionality: add new mode for immediate expansion when scrolling down. Showcased in the examples With tabs, From a XIB file and Scalable Text)
- Improved how the header view is rearranged inside the scroll view: it won't cover the scrollbars anymore
- Rename
contentBounces
tocontentExpands
- Rename
contentStretches
tocontentShrinks
- Refactor layout code: stretchy header frame is configured in the scrollview
- Move
UIView+GSKLayoutHelper
to the example project, because its functionality shouldn't belong to the library and the method names may collide with others - Add a new example resizing a
UILabel
- Simplify internal code thanks to
KVOController
- Add lots of tests (coverage above 94%)
- Add Twitter example
- Fix a couple of smaller issues
- Make stretchy header view stay always on top, so that section headers and footers do not overlap it.
contentInset
recalculation bugfixes- Add airbnb-like example
- Add new anchorMode
- Add
contentInset
property - Add code documentation
- Unify stretchFactor properties
- Initial working version