I am facing the issues with UIImageView in my application. Images are starched due to the navigation bar on top of the view. As soon as, I hide the navigation bar, the application shows poper sized images as provided in nid files.
Thank You.
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.
Your imageView probably resizes itself when its superView’s frame changes. If you want your image not being stretched, use another
UIViewContentModelike :Or change your imageView resizingMask that it doesn’t resizes itself.