Commit Graph

111 Commits

Author SHA1 Message Date
Mazyad Alabduljaleel a924866611 Let's apply this hack on the app side. 2014-11-05 16:21:43 +04:00
Mazyad Alabduljaleel ce0afb6192 fixes to the iOS 8 issues 2014-11-05 15:12:31 +04:00
Mazyad Alabduljaleel 30ed689dc9 [FIX]: make sure we track status bar frame changes 2014-11-04 17:03:32 +04:00
Mazyad Alabduljaleel e658e03c0a One 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
2014-11-04 17:01:31 +04:00
Mazyad Alabduljaleel 116ff631cc better fix 2014-10-30 16:16:20 +04:00
Mazyad Alabduljaleel f6fe4fd020 [FIX]: support translucent and opaque bars, and fix issue on iOS 7 2014-10-30 16:02:50 +04:00
Mazyad Alabduljaleel 613e74ceb6 [NEW]: revamped the library to support opaque bars, but now there are issues with orientation and translucency >_< 2014-10-28 22:47:21 +04:00
Mazyad Alabduljaleel 735c8181fa [NEW]: updated to version 0.9.8 2014-10-16 12:31:08 +04:00
Mazyad Alabduljaleel 022ccc81db Merge pull request #37 from iSevenDays/patch-1
fix for container view
2014-10-16 12:18:58 +04:00
Anton Sokolchenko 770320f2bd fix for container view
When you have n view controllers and one container view and you want switch between them, but keep one shyNavBar, you can change only scrollview of displayed view controller.
2014-10-13 16:02:12 +03:00
Mazyad Alabduljaleel 449cf29e3f [FIX]: just some general code style fixes 2014-09-16 12:58:37 +04:00
Mazyad Alabduljaleel fc12da7327 Merge branch 'master' of github.com:telly/TLYShyNavBar 2014-09-16 12:52:06 +04:00
Mazyad Alabduljaleel e6cb38db4a Merge pull request #25 from koenbud/Issue-24_prepareForDisplay-never-called
Fix isViewControllerVisible property
2014-09-16 12:51:32 +04:00
Mazyad Alabduljaleel f46e4fd79d Merge branch 'master' of github.com:telly/TLYShyNavBar 2014-09-16 12:49:52 +04:00
Mazyad Alabduljaleel 1bca61f0f6 Merge pull request #32 from richarddas/master
fix #31 Added public property for enabling/disabling alpha fade
2014-09-16 12:49:05 +04:00
Mazyad Alabduljaleel 6b3c3934b1 Merge branch 'master' of github.com:telly/TLYShyNavBar 2014-09-16 12:42:17 +04:00
Richard Das b60827cc12 fix #31 Added public property for enabling/disabling alpha fade 2014-09-08 13:49:41 +01:00
Richard Das 1f182205a4 Only return statusBar height if statusBar is not hidden, else return 0. 2014-09-07 00:57:48 +01:00
Koen Buddelmeijer 37279e3c30 Fix isViewControllerVisible property 2014-08-19 09:00:01 +02:00
Mazyad Alabduljaleel 00faaa397d Update README.md 2014-08-06 01:27:17 +04:00
Mazyad Alabduljaleel 2c05607ba2 [FIX]: minor cleanups 2014-08-03 16:34:44 +04:00
Mazyad Alabduljaleel ae515c6e4a [NEW]: updated to version 0.9.7 2014-07-20 13:56:13 +04:00
Mazyad Alabduljaleel 0fd9e806dc Merge branch 'master' of github.com:telly/TLYShyNavBar 2014-07-20 13:54:31 +04:00
Mazyad Alabduljaleel a51432d7c8 Merge pull request #15 from sonxurxo/master
Fixes an issue when going active from the background
2014-07-20 13:51:13 +04:00
Xurxo Méndez Pérez ed34a8dc90 Using UIApplicationDidBecomeActiveNotification key 2014-07-16 12:35:59 +02:00
Xurxo Méndez Pérez 4db193e0d2 Updated README.md 2014-07-16 10:45:03 +02:00
Xurxo Méndez Pérez ad96ff94f8 Added applicationDidBecomeActive behavior 2014-07-16 10:30:01 +02:00
Mazyad Alabduljaleel 6dda4a2095 [FIX]: updated doc 2014-07-15 14:46:46 +04:00
Mazyad Alabduljaleel 47eb89a1b2 Merge pull request #13 from telly/small-content-size-fix
fixes #12
2014-07-15 14:40:56 +04:00
Mazyad Alabduljaleel d97164f728 [FIX]: don't handle the scrolling if the content size of the scroll view is insufficiently long. #12 2014-07-15 14:18:17 +04:00
Mazyad Alabduljaleel 45f9297f28 [NEW]: upgrade pods 0.9.6 2014-07-13 14:56:28 +04:00
Mazyad Alabduljaleel 4b5b6c76eb [FIX]: missing setting the _extensionView variable. fixes #10 2014-07-13 14:54:37 +04:00
Mazyad Alabduljaleel ca2624786e [NEW]: updated cocopods. Should help #10 2014-07-11 17:27:06 +04:00
Mazyad Alabduljaleel 796f5f5e1e [NEW]: expose the extension view. We may need it 2014-07-08 16:37:20 +04:00
Mazyad Alabduljaleel 78ac2c53d9 [NEW]: update pod to v0.9.4 2014-07-07 00:35:04 +04:00
Mazyad Alabduljaleel 790355a6c6 Reverse the last commits, gonna work on them in develop branch 2014-07-04 12:20:15 +04:00
Mazyad Alabduljaleel 6bfe614a64 [FIX]: One more fix, if we are not using the navigation controller, we switch it back ourselves! 2014-07-04 12:08:30 +04:00
Mazyad Alabduljaleel dcfe8e4f52 [FIX]: an issue that can arise if the TLYShyNavBarManager is not associated with the view controller that's pushing to the stack. 2014-07-04 11:59:37 +04:00
Mazyad Alabduljaleel 232386e694 Pushing view controller animation Fixes #2
[FIX]: Animate navbar in when pushing a view controller on a contracted navbar
[FIX]: demo project scrollView autolayout
2014-07-04 11:18:10 +04:00
Mazyad Alabduljaleel 8455dca8ea [FIX]: resolved a class of bugs where a non-visible view controller is driving the navigation bar's behavior. 2014-07-03 05:11:15 +04:00
Mazyad Alabduljaleel 2272146e4c fixes #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.
2014-07-03 04:18:42 +04:00
Mazyad Alabduljaleel 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.
2014-07-01 20:36:12 +04:00
Mazyad Alabduljaleel f5c7eddb0e Working on #4
[FIX]: make sure we unset our proxy delegate, and add a sanity check that the delegate proxy doesn't reference itself.
2014-07-01 20:31:12 +04:00
Mazyad Alabduljaleel b648fd9a82 Just a whitespace fix commit 2014-07-01 20:28:57 +04:00
Mazyad Alabduljaleel d96f993d68 fixes #3
[FIX]: Crash when you keep the scrollview around longer than the ShyNavBarManager.. need to remove our proxy in time.
[NEW]: cocoaPods version bump
2014-06-30 14:01:26 +04:00
Mazyad Alabduljaleel c71041d4b5 Update README.md
Change the terminology. It's actually scrolling the views, not modifying the bounds.
2014-06-29 10:48:00 +04:00
Mazyad Alabduljaleel 779f756f4b Update README.md
typo
2014-06-28 14:21:13 +04:00
Mazyad Alabduljaleel c8dc34febb Update README.md 2014-06-28 13:15:34 +04:00
Mazyad Alabduljaleel 1ee4f9284f Update TLYShyNavBarManager.h 2014-06-28 08:43:29 +04:00
Mazyad Alabduljaleel 6d74aa3e21 cocoa pods version bump 2014-06-28 00:47:56 +04:00