Skip to content

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

Closed
nvnguyenit opened this issue Jun 1, 2015 · 6 comments
Closed

Customize title view on iOS 7.1 #156

nvnguyenit opened this issue Jun 1, 2015 · 6 comments

Comments

@nvnguyenit
Copy link

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

@timbodeit
Copy link

First of all, it's titleView, not titelView.

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.

@aryaxt
Copy link
Owner

aryaxt commented Feb 18, 2016

@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

@aryaxt
Copy link
Owner

aryaxt commented Feb 18, 2016

Can you confirm that the PR by @timbodeit fixes the issue? If yes, I'll merge it and push a new version

@timbodeit
Copy link

@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.
I'm not saying, that I'm sure my PR will resolve @nvnguyenit s issue ... but it sure sounded a bit similar to the problems, that I was experiencing.

@nvnguyenit
Copy link
Author

@aryaxt thanks for your time, i have fixed it. It conflict with another custom control i use. Sorry man, your control still good!

@timbodeit
Copy link

@aryaxt Guess this issue can be closed.
Still wouldn't mind if took a quick look at my pull requests, though ;)

@aryaxt aryaxt closed this as completed Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants