[NEW]: updated TODO.
Most of them were actually completed.
This commit is contained in:
parent
81e00bbb4c
commit
689978ecc0
|
|
@ -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
10
TODO.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue