ios - Need to fix autolayout issues with only UIButton's and UILabels -


currently trying use autolayout on ios app in xcode 6. storyboard using consists of uibutton , uilabel elements, resize , fit based on device. works on iphone 6 plus , 6 when 5s or 5 things weird. can't use size classes due both 5s , 6/6p using compact width regular height. there way fix this?

all images can found here

yes! autolayout there's way.

from pictures looks may have vertical constraint on "play" button attached top of view. try putting constraint on "how long" label. way button position relative title instead of whole screen.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -