From 689978ecc06bd7008031852ca56c4086ea94dc67 Mon Sep 17 00:00:00 2001 From: Mazyad Alabduljaleel Date: Sat, 21 Jun 2014 21:58:27 +0400 Subject: [PATCH] [NEW]: updated TODO. Most of them were actually completed. --- TLYShyNavBarDemo/TLYShyNavBarDemo/TLYViewController.m | 1 + TODO.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) 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