From f1a0663e66d2deca71503c8b495af504b1f08227 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Fri, 22 Nov 2013 13:27:30 +0100 Subject: [PATCH] Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9d01621a..f0157a53 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Also make sure that you are not using a translucent navigation bar. E.g., in you [self.navigationController.navigationBar setTranslucent:NO]; ``` +Update the navbar fadeout +-------------------- +Call ```[self refreshNavbar]``` whenever you change your navbar items, or they won't fadeout. + Changelog ==================