ltebean / LTNavigationBar

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

I have setted the tableView's delegate to nil in viewWillDisappear,but the reset is still not work #22

Open zhangliuliu opened 8 years ago

zhangliuliu commented 8 years ago

I have setted the tableView's delegate to nil in viewWillDisappear,but the reset is still not work

jadynwu commented 8 years ago

what do you mean to set the tableView delegate nil?

zhangliuliu commented 8 years ago

You can see issues 10 https://github.com/ltebean/LTNavigationBar/issues/10

ltebean commented 8 years ago

Problem in #10 is "push to other Controller navigationBar color can not set to default". It has been solved, what's your problem?

zhangliuliu commented 8 years ago

I have the same problem

ltebean commented 8 years ago

@zhangliuliu In the demo project it works, did you pull the latest code?