diff --git a/TLYShyNavBarDemo/TLYShyNavBarDemo/TLYViewController.m b/TLYShyNavBarDemo/TLYShyNavBarDemo/TLYViewController.m index c3a0362..aca4499 100644 --- a/TLYShyNavBarDemo/TLYShyNavBarDemo/TLYViewController.m +++ b/TLYShyNavBarDemo/TLYShyNavBarDemo/TLYViewController.m @@ -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; diff --git a/TODO.md b/TODO.md index 02d0ae2..125bbc2 100644 --- a/TODO.md +++ b/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