Skip to content

Releases: Leafly-com/AXStretchableHeaderTabViewController

Fixes xib crash

01 Mar 23:27
Compare
Choose a tag to compare

Fixes a xib crash caused by use_frameworks!

Merged upstream from homekuanyi

01 Mar 23:15
Compare
Choose a tag to compare

Hopefully this fixes the crash cause by trying to load a Xib called "AXStretchableHeaderTabViewController"

Updated podspec

28 Oct 01:01
Compare
Choose a tag to compare

Updated podspec. Hoping this will make the most recent release to get pulled by 'pod install'

Changes to make bar styleable

28 Oct 00:55
Compare
Choose a tag to compare

Exposing some things to subclasses to allow for styleable bar.

Fixed stupid crash

28 Oct 00:29
Compare
Choose a tag to compare

[scrollView removeObserver:self forKeyPath:@"contentOffset"]; was crashing A TON cuz it's not safe.

I fixed by adding if (scrollView && scroll.observationInfo) before it