ltebean / LTNavigationBar

UINavigationBar Category which allows you to change its appearance dynamically
MIT License
4.46k stars 677 forks source link

[Question] set LTNavigationBar only for detailViewControler #3

Closed iamchenchen closed 9 years ago

iamchenchen commented 9 years ago

From my test, seems like it can only do the first view controller.

ltebean commented 9 years ago

It should work in any view controller in the navigation controller hierarchy. Could you send me your test code so that I can find what's wrong with it.

iamchenchen commented 9 years ago

@ltebean thanks for your fast reply. Here is my gist code: https://gist.github.com/iamchenchen/98ad05eb9415c33a3047

The profileController is a detailviewController from a tableviewController.

Thanks for your help!