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
Mazyad Alabduljaleel
74a9d88733
[NEW]: Cocoapods support
...
[NEW]: updated, and completed TODO
[NEW]: updated read me
2014-06-28 00:45:11 +04:00
Mazyad Alabduljaleel
577147ed32
Add License
2014-06-28 00:24:41 +04:00
Mazyad Alabduljaleel
8869cc72c2
fixes #1
...
User reported not being able to compile with "typeof"
2014-06-27 19:20:47 +04:00
Mazyad Alabduljaleel
daa2488407
[FIX]: fixed demo project, and library issue.. I should've tested more!!
...
Thanks to NightIsland for reporting.
2014-06-27 19:15:37 +04:00
Mazyad Alabduljaleel
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
2014-06-27 18:37:34 +04:00
Mazyad Alabduljaleel
30a1a066d2
Update README.md
2014-06-27 18:33:48 +04:00
Mazyad Alabduljaleel
31e61d79aa
Update README.md
2014-06-27 18:21:56 +04:00
Mazyad Alabduljaleel
dcc73768b1
Update README.md
2014-06-27 18:21:09 +04:00
Mazyad Alabduljaleel
81047d2433
Update README.md
2014-06-27 18:19:32 +04:00
Mazyad Alabduljaleel
2de80c72a5
Update README.md
2014-06-27 17:46:31 +04:00
Mazyad Alabduljaleel
a769a59410
Update README.md
2014-06-27 16:53:51 +04:00
Mazyad Alabduljaleel
246301cf01
Merge branch 'master' of github.com:telly/TLYShyNavBar
...
* 'master' of github.com:telly/TLYShyNavBar:
Update README.md
2014-06-27 16:47:02 +04:00
Mazyad Alabduljaleel
88b7c62232
Added some resources
2014-06-27 16:45:20 +04:00
Mazyad Alabduljaleel
98f6bb8b2f
Update README.md
2014-06-27 16:33:01 +04:00
Mazyad Alabduljaleel
d14810806a
[NEW]: update TODO
...
[FIX]: fix demo project
2014-06-27 13:43:03 +04:00
Mazyad Alabduljaleel
565c5a01ee
YAY!! 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.
Merge:
Minor fix Make sure we reset the offset in cleanup and prepareForDisplay
2014-06-27 13:18:58 +04:00
Mazyad Alabduljaleel
f4fbe38044
Updated TODO
2014-06-25 12:05:04 +04:00
Mazyad Alabduljaleel
c35aeb5bf2
Minor fix
...
Make sure we reset the offset in cleanup and prepareForDisplay
2014-06-24 16:35:38 +04:00
Mazyad Alabduljaleel
62e6a37882
Yay, found a way to avoid having the user of the component to explicitly calls scrollViewDidEndScrolling!
2014-06-23 08:40:57 +04:00
Mazyad Alabduljaleel
e7218389fe
Update demo project
2014-06-22 22:48:35 +04:00
Mazyad Alabduljaleel
f697676add
wow... Fixed a really nasty retain cycle
2014-06-22 22:36:15 +04:00
Mazyad Alabduljaleel
765e2da34a
Replace Gif with awesome gifs
2014-06-22 22:14:15 +04:00
Mazyad Alabduljaleel
28ceee9217
Replace Gif with awesome gifs
2014-06-22 22:11:08 +04:00
Mazyad Alabduljaleel
f7c45c1214
Replace Gif with awesome gifs
2014-06-22 22:05:51 +04:00
Mazyad Alabduljaleel
689978ecc0
[NEW]: updated TODO.
...
Most of them were actually completed.
2014-06-21 21:58:27 +04:00
Mazyad Alabduljaleel
81e00bbb4c
[NEW]: import better layout guide calculation
2014-06-21 21:54:10 +04:00
Mazyad Alabduljaleel
19038b707e
Update TODO
2014-06-21 21:48:41 +04:00
Mazyad Alabduljaleel
d8524c7b3e
updated TODO
2014-06-17 16:04:31 +04:00
Mazyad Alabduljaleel
a69bb8bdc3
Fixes to extension view
...
[FIX]: flexible width extension view by default
[NEW]: add cleanup method again
2014-06-17 15:23:52 +04:00
Mazyad Alabduljaleel
3f82e33642
OK, this will only compile for telly now... Need to fix the realTopLayout thingie
...
[FIX]: fixed cleanup issues
2014-06-16 23:29:05 +04:00
Mazyad Alabduljaleel
734063f65b
Yay, added resistance and new API.. I think it is ready
2014-06-16 22:48:43 +04:00
Mazyad Alabduljaleel
3f525db8b0
code cleanups and organization
2014-06-16 18:11:14 +04:00
Mazyad Alabduljaleel
a47cdd378c
Implemented Facebook UX, much simpler and it WORKS.
2014-06-16 17:49:00 +04:00
Mazyad Alabduljaleel
6be2ee4a07
OK, I am just sick of this... Going to implement the simple Facebook UX
2014-06-16 17:14:51 +04:00