a924866611Let's apply this hack on the app side.
telly-specific
Mazyad Alabduljaleel
2014-11-05 16:21:43 +0400
ce0afb6192fixes to the iOS 8 issues
Mazyad Alabduljaleel
2014-11-05 15:12:31 +0400
30ed689dc9[FIX]: make sure we track status bar frame changes
opaque-nav-bars
Mazyad Alabduljaleel
2014-11-04 17:03:32 +0400
e658e03c0aOne more shitty hack to get some bug out of the way When the app recovers from a fullscreen window overlay, the frame of the navigation bar isn't updated properly, and causes some weird issues with the navbar, so we hard code the navbar height for now, and see what happens
Mazyad Alabduljaleel
2014-11-04 17:01:31 +0400
f6fe4fd020[FIX]: support translucent and opaque bars, and fix issue on iOS 7
Mazyad Alabduljaleel
2014-10-30 16:02:50 +0400
85c696fcd9fixed issue with hiding navBar
Andrii Novoselskyi
2014-10-29 16:04:08 +0200
613e74ceb6[NEW]: revamped the library to support opaque bars, but now there are issues with orientation and translucency >_<
Mazyad Alabduljaleel
2014-10-28 22:47:21 +0400
735c8181fa[NEW]: updated to version 0.9.8
0.9.8
Mazyad Alabduljaleel
2014-10-16 12:31:08 +0400
d97164f728[FIX]: don't handle the scrolling if the content size of the scroll view is insufficiently long. #12
Mazyad Alabduljaleel
2014-07-15 14:18:17 +0400
ca2624786e[NEW]: updated cocopods. Should help #10
0.9.5
Mazyad Alabduljaleel
2014-07-11 17:27:06 +0400
796f5f5e1e[NEW]: expose the extension view. We may need it
Mazyad Alabduljaleel
2014-07-08 16:37:20 +0400
78ac2c53d9[NEW]: update pod to v0.9.4
0.9.4
Mazyad Alabduljaleel
2014-07-07 00:35:04 +0400
790355a6c6Reverse the last commits, gonna work on them in develop branch
Mazyad Alabduljaleel
2014-07-04 12:19:12 +0400
6bfe614a64[FIX]: One more fix, if we are not using the navigation controller, we switch it back ourselves!
Mazyad Alabduljaleel
2014-07-04 12:08:30 +0400
dcfe8e4f52[FIX]: an issue that can arise if the TLYShyNavBarManager is not associated with the view controller that's pushing to the stack.
Mazyad Alabduljaleel
2014-07-04 11:59:37 +0400
232386e694Pushing view controller animation Fixes#2 [FIX]: Animate navbar in when pushing a view controller on a contracted navbar [FIX]: demo project scrollView autolayout
Mazyad Alabduljaleel
2014-07-04 11:18:10 +0400
8455dca8ea[FIX]: resolved a class of bugs where a non-visible view controller is driving the navigation bar's behavior.
Mazyad Alabduljaleel
2014-07-03 05:11:15 +0400
2272146e4cfixes#6 Only update the shyNavBarManager if the insets are new. This fixes an issue when the view controller's view is a UIScrollView subclass, since the bounds are constantly changing.
Mazyad Alabduljaleel
2014-07-03 04:18:42 +0400
fdee20d672[FIX]: make sure the extension view is at the front of everything [FIX]: We reset the set extension view's frame's origin to CGPointZero, just in case.
Mazyad Alabduljaleel
2014-07-01 20:36:12 +0400
f5c7eddb0eWorking on #4 [FIX]: make sure we unset our proxy delegate, and add a sanity check that the delegate proxy doesn't reference itself.
Mazyad Alabduljaleel
2014-07-01 20:31:12 +0400
b648fd9a82Just a whitespace fix commit
Mazyad Alabduljaleel
2014-07-01 20:28:57 +0400
d96f993d68fixes#3 [FIX]: Crash when you keep the scrollview around longer than the ShyNavBarManager.. need to remove our proxy in time. [NEW]: cocoaPods version bump
0.9.3
Mazyad Alabduljaleel
2014-06-30 14:01:26 +0400
8869cc72c2fixes#1 User reported not being able to compile with "typeof"
0.9.0
Mazyad Alabduljaleel
2014-06-27 19:20:47 +0400
daa2488407[FIX]: fixed demo project, and library issue.. I should've tested more!! Thanks to NightIsland for reporting.
Mazyad Alabduljaleel
2014-06-27 19:15:37 +0400
31cdc78869[NEW]: lazy load the shyNavBarManager, much better than the addShyNavBar method [NEW]: updated demo project [NEW]: hide the extension view to disallow tampering with it [NEW]: better docs [FIX]: fix default resistance amount
Mazyad Alabduljaleel
2014-06-27 18:37:34 +0400
565c5a01eeYAY!! Knocked out the observer issue AND the scrolling issues :D [NEW]: TLYDelegateProxy to capture UIScrollView delegate calls [NEW]: Swizzling helpers to update TLYShyNavBarManager on various methods [FIX]: fixed many issues with this.
Mazyad Alabduljaleel
2014-06-27 13:18:58 +0400
f4fbe38044Updated TODO
Mazyad Alabduljaleel
2014-06-25 12:05:04 +0400
c35aeb5bf2Minor fix Make sure we reset the offset in cleanup and prepareForDisplay
Mazyad Alabduljaleel
2014-06-24 16:35:38 +0400
62e6a37882Yay, found a way to avoid having the user of the component to explicitly calls scrollViewDidEndScrolling!
Mazyad Alabduljaleel
2014-06-23 08:40:57 +0400