[NEW]: updated TODO.

Most of them were actually completed.
This commit is contained in:
Mazyad Alabduljaleel 2014-06-21 21:58:27 +04:00
parent 81e00bbb4c
commit 689978ecc0
2 changed files with 6 additions and 5 deletions

View File

@ -64,6 +64,7 @@
TLYShyNavBarManager *shyController = [TLYShyNavBarManager new];
shyController.scrollView = self.scrollView;
/* Can then be remove by setting the ExtensionView to nil */
[shyController setExtensionView:view];
self.shyNavBarManager = shyController;

10
TODO.md
View File

@ -3,14 +3,14 @@
+ ~~**REALLY need to import the `realTopLayoutGuide` categories**~~
+ **REALLY need to cleanup scrollView observer properly**
+ Add ability to remove extension view
+ Add tolerance customization
+ Add more convenience methods for the `UIViewController` category
+ ~~Add ability to remove extension view~~
+ ~~Add tolerance customization~~
+ ~~Add more convenience methods for the `UIViewController` category~~
+ CocoaPods support
+ Update GIF to focus on the navbar, and demo the scroll ended animation feature
+ Rename TLYShyNavBarController files to Manager
+ ~~Rename TLYShyNavBarController files to Manager~~
+ Solve the scrollView did end dragging problem
+ Fix orientation problems
+ ~~Fix orientation problems~~
## Good to Have