537bce6c30Merge pull request #122 from szweier/fix-refresh
Maz Jaleel
2016-02-29 23:07:44 +0900
6cd994afa7Merge pull request #123 from szweier/fix-navigation-controller-is-jumping-unexpectedly
Maz Jaleel
2016-02-24 09:05:24 +0900
a117fc058ffix default values
Steven Zweier
2016-02-23 11:31:32 -0500
39302de4baFix constraints to make demo work correctly
Steven Zweier
2016-02-23 11:21:56 -0500
48b0eafe5fadd line break
Steven Zweier
2016-02-23 09:52:50 -0500
3a138c4207add line break
Steven Zweier
2016-02-23 09:51:32 -0500
58a2d1b31cadjust alignment
Steven Zweier
2016-02-23 09:50:29 -0500
c41c5bd3adfix refresh issue
Steven Zweier
2016-02-23 09:49:40 -0500
d16780e8a5Merge pull request #121 from szweier/set-specific-viewcontroller-on-manager
Maz Jaleel
2016-02-23 22:41:31 +0900
15bd513774Fix refresh control
Steven Zweier
2016-02-22 16:33:09 -0500
192075bf3dAllow specific view controller to be set if needed
Steven Zweier
2016-02-22 14:02:29 -0500
b0eacc80bfMerge pull request #118 from gfzabarino/feature/queryForAssociationToViewController
Maz Jaleel
2016-01-30 22:43:10 +0900
a1c57da65fMerge pull request #117 from gfzabarino/master
Maz Jaleel
2016-01-30 20:14:56 +0900
47f9b081bf- Added method to query for the existence of an associated TLYShyNavBarManager instance without triggering its creation and association.
Gian Franco Zabarino
2016-01-29 23:17:28 -0300
fb95964272Merge pull request #114 from bbreier/master
Maz Jaleel
2016-01-30 10:22:07 +0900
b8b32c597fMerge branch 'upstreamMaster'
Gian Franco Zabarino
2016-01-29 22:04:59 -0300
e1fba0efa7- Fixed bug in which the bounds / contentOffset of the scroll view wasn't being updated on some occasions.
Gian Franco Zabarino
2016-01-29 22:04:14 -0300
2bca45f16dFix bug that could alter frame of UICollectionViews on first hiding of nav bar
Benjamin Breier
2016-01-15 17:21:14 -0800
fa4b25e4bfMerge pull request #106 from gfzabarino/master
Maz Jaleel
2015-12-20 23:01:05 -0800
fc2108e238Changed typeof statement to __typeof.
Gian Franco Zabarino
2015-12-21 01:28:59 -0300
71f03b9195Added delegate to latest code in the original repository.
Gian Franco Zabarino
2015-12-11 18:13:43 -0300
53cf176916Merge remote-tracking branch 'upstream/master'
Gian Franco Zabarino
2015-12-11 18:08:05 -0300
7e52e3a427Update README.md
Maz Jaleel
2015-11-22 23:07:41 -0800
a4d91870aaUpdate README.md
1.0.1
Maz Jaleel
2015-11-19 02:20:42 -0800
07ac754965Update README.md
Maz Jaleel
2015-11-19 02:17:54 -0800
70a1ff03c6Merge pull request #98 from bradleyayers/master
Maz Jaleel
2015-11-19 02:17:00 -0800
8f40de0fc0Update README to include Carthage instructions
Bradley Ayers
2015-11-19 21:10:52 +1100
03427bccbe#73 Share the default TLYShyNavBar scheme so it is built by carthage.
Bradley Ayers
2015-11-19 21:02:38 +1100
4484d0747aAdd an xcodeproj for #73.
Bradley Ayers
2015-11-19 20:58:03 +1100
5d205371beRefactoring and cleanup [NEW]: Add Navbar fading to the demo [FIX]: Consolidate fading behavior into an enum. Deprecated the old booleans [FIX]: Cleanup unused code [FIX]: Xcode 7 warnings in the demo
Mazyad Alabduljaleel
2015-10-08 13:44:07 -0700
e105a37f5bAdded Test [NEW]: Added a tableView to the demo in order to test different features
Mazyad Alabduljaleel
2015-10-08 13:39:06 -0700
32534a7ef2Bug fix when scrolling fast with an extension view [FIX]: scrollView would go under the extension view if scrolling too fast after going beyond the topContentInset
Mazyad Alabduljaleel
2015-10-08 13:29:56 -0700
4f6ec675d4Merge pull request #86 from longsview/master
Maz Jaleel
2015-10-08 12:11:15 -0700
e5ef717aafAdded ability to alphaFade entire navbar instead of just it's subviews. Transfered userInteractionEnabled state from extensionView to extensionViewContainer.
Nicholas Long
2015-10-08 11:51:19 -0700
a05054d7dfMerge pull request #83 from aasatt/master
Maz Jaleel
2015-08-17 03:01:34 +0400
f02f0ad8a4Merge pull request #82 from evands/fix-scroll-to-top
Maz Jaleel
2015-08-17 02:58:25 +0400
fed648bcc3Merge pull request #81 from evands/fix-shynav-in-popover_isolated
Maz Jaleel
2015-08-17 02:58:10 +0400
1f2517ed86Merge pull request #80 from evands/fix-hiding-extension-view
Maz Jaleel
2015-08-17 02:57:57 +0400
33c65bd321Fix positioning of the navigation bar when the status bar is larger than 20 pixels
Evan D. Schoenberg, M.D
2015-08-16 18:45:01 -0400
5f6e0a07f4Fix determining the size of the status bar when it is more than 20 pixels, which happens for example if a call or GPS are active.
Evan D. Schoenberg, M.D
2015-08-16 18:44:20 -0400
8f59d70843setStickyExtensionView Works Now
Aaron Satterfield
2015-08-13 16:35:42 -0700
de6c006a76If the status bar is tapped to scroll to the top, the system doesn't understand the presence of the hidden nav bar or optional extension view. Therefore, once scrolling is deemed complete, we need to scroll up a bit further. I played extensively with doing this all in one go, for example by overriding the behavior in scrollViewShouldScrollToTop, but couldn't make it work smoothly. This implementation does have a small stutter as the larger first animation transitions into the second smaller animation occurs, but it is much better than before.
Evan D. Schoenberg, M.D
2015-08-11 00:24:15 -0400
ade5b370bdWhen avoiding the status bar, check the view's position relative to the status bar rather than assuming that the presence of a presentingViewController is sufficient; otherwise we would not avoid the status bar in full screen modal views.
Evan D. Schoenberg, M.D
2015-08-09 18:48:43 -0400
4f651d2547Added a comment to explain the need to disable scroll handling
Evan D. Schoenberg, M.D
2015-08-09 18:41:14 -0400
e32543c31bIf the viewController is within a popover or other modal view, it should not be placed a status bar height below the top of that view. This fixes the use of shyNavBars in those settings.
Evan D. Schoenberg, M.D
2015-08-08 18:19:57 -0400
a01f96db81When changing the extension view to nil from it previously being set, appropriate changes are made once... but _handleScrolling is then called, leading to incorrect content offsets until the view is scrolled back to the top. Disabling scroll handling temporarily while laying out the views fixes the problem.
Evan D. Schoenberg, M.D
2015-08-08 18:13:07 -0400
24781cbc79Update read me description for ability to stick extension view to the top.
modastic
2015-06-11 13:33:42 -0400
dd33163301Add ability to stick extension view to the top.
Yukan
2015-06-11 13:28:33 -0400
983f632b76Added delegate method to notify the client when the navigation bar became fully contracted.
Gian Franco Zabarino
2015-05-05 16:59:57 -0300
2e065ac823Added delegate to have the client notified when a contraction or expansion finishes animating.
Gian Franco Zabarino
2015-05-05 16:41:04 -0300
d975745250Added scrollIndicatorInsets adjust when scrolling.
Gian Franco Zabarino
2015-05-04 20:43:44 -0300