iphone - View Controller too thin for IOS simulator -


as shown on pictures, ios simulator shows view controller small screen. can't figure out if there wrong properties of view controller, ios simulator or both ...

thank :)

ios simulator my view controller

your design view represents 1 possible size, if looks there doesn't mean on sizes. have 2 options make content adapt different sizes

both of them can set on interface builder scenarios. have pick 1 or other, autolayout contraints provides more possibilities autoresizing mask it's more complex.

we there third option: change sizes view sizes programatically according screen size. in cases doesn't make lot of sense exists option.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -