OXXY
OXXY

Reputation: 1047

UIImageView over UIButton does not appear in iPhone 4

I have a wired problem !!! I have a UIImageView over UIButton done by interface builder. the case is the UIImageView appear on iPhone 5 and doesn't appear on iPhone 4 !!

What is the problem ??? !!!!

provided pictures for the application

*** Running iOS Version : 7.1.1

IB : enter image description here

iPhone 5 : enter image description here

iphone 4 : enter image description here

Upvotes: 0

Views: 53

Answers (1)

gran33
gran33

Reputation: 12951

Check your Size inspector in the XCode right menu:

enter image description here

And make sure that the Autoresizing is correct.

Any way, to check yourself and switch to iPhone 4/5 in the Simulated Metrics:

enter image description here

Upvotes: 1

Related Questions