-
Notifications
You must be signed in to change notification settings - Fork 355
Customize title view on iOS 7.1 #156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
First of all, it's Did the menubar work at all in iOS 7? I also had issues under iOS 7, though I'm not sure if they are related. Have a look at #210 and see if that might help. |
@nvnguyenit This lib doesn't do anything with title or titleView. Does this issue happen if you use a standard UINavigationController? Are you setting titleView after viewDidLoad? make sure you do |
Can you confirm that the PR by @timbodeit fixes the issue? If yes, I'll merge it and push a new version |
@aryaxt Correct. It doesn't touch title or titleView directly. These attributes are however a part of the navigationItem, that iOS-Slide-Menu does some work with. |
@aryaxt thanks for your time, i have fixed it. It conflict with another custom control i use. Sorry man, your control still good! |
@aryaxt Guess this issue can be closed. |
Hi man!
I user your lib, it's so great control... I customize a UIView and embed this view in title view (self.navigationItem.titelView= customview). It's working on iOS 8 but not in iOS7.1. Can you help me!
Best regard,
Nguyen
The text was updated successfully, but these errors were encountered: