I have a custom titleView that I need to set the max width for. That would be the screen width – width of left item (back title, button or nil) – width of right item (button or nil). How can I determine this?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Doesn’t the navigationbar set the width to its maximum automatically? I mean, I’m sure the sizeThatFits: method of your custom titleView is called. Maybe this is a good starting point.