size-classes Questions

3

Solved

I have to show an imageview in a universal app ans it's size should increase as the screen design in every devices without reducing image quality. The image given to the imageview is a static image...
Dowski asked 18/4, 2016 at 17:43

1

I am new in iOS development and just studying Adaptivity and Layout I am stuck with a little confusion, As per the Documentation iOS defines two size classes: Regular :- It is associated with expa...
Autumnautumnal asked 25/1, 2016 at 6:4

3

Solved

iPhone 6S Plus's screen is very big compared to other screen sizes. I can't seem to find a good way to handle the font size of a label without adjusting the size programmatically. How can I adjus...
Bring asked 7/1, 2015 at 20:26

2

Solved

I am using size classes to create a storyboard that can target all the various screen sizes and orientations. I have been working in the Any Width-Any Height size class. I ran into a display issue ...
Kermes asked 30/10, 2014 at 14:6

1

Setting estimatedRowHeight and rowHeight of UITableView makes the table view calculate proper height of each cell. That works like a charm until I use size classes. It seems like all the calculatio...
Ambry asked 21/9, 2015 at 12:43

1

Solved

In Xcode 7.1 beta 1 only the usual compact and regular size classes are available—in Interface Builder and in code. Will there be new size classes coming for the iPad Pro? It would also be interes...
Iconostasis asked 14/9, 2015 at 13:20

1

an existing iOS 7+ app supports iPhone and iPad. Currently I am using two different Storyboards for iPhone and iPad layout which works fine. Now I am trying to convert this to a One-Storyboard-Layo...
Wesleyanism asked 19/8, 2015 at 9:54

1

I am not using Auto Layout however I wish to be able to make my (very complex) app adapt to Split View multi-tasking on the iPad. For this, ideally to do it right, I want to support size classes wi...
Collaborate asked 7/7, 2015 at 1:43

1

Solved

Is there a way we can make our IBInspectable properties feature Size Classes in Interface Builder? (Similar to Font) Clicking the '+' sign would allow you to choose a different font (size and ot...
Catarrhine asked 2/6, 2015 at 7:16

2

Solved

I'm using a launch screen xib and I can't get the image within the UIImageView to appear. Currently, I have a UILabel with the imageView placed right below the label and also centered horizontally....
Ethnic asked 16/12, 2014 at 4:53

1

As can be seen below, my toolbar gets chopped off in the compact size: My UI consists of a ToolBar and a WebView. The constraints I tried don't work, although I did get them to turn blue. As you...
Undirected asked 1/5, 2015 at 23:4

2

Solved

I created a new app in Xcode 6 using Size Classes. After testing with iOS 7, I can't figure out how to get iPhone to display a certain size class while in landscape mode. I first developed the UI ...
Violative asked 3/11, 2014 at 3:21

2

In Xcode 6 we have a new feature called adaptive layout. By using that I have created a new project in which it I need to have different font size based on the layout. In iPhone 3.5 inch screen I ...
Victorvictoria asked 7/10, 2014 at 12:34

1

I'm developing for both iOS7 and 8 iPhone. Since iOS7 doesn't support compact-height size classes, I thought the consensus way to go about this was to use the any-any size class for landscape iPhon...
Goa asked 16/10, 2014 at 9:9

2

Solved

I am using Auto Layout and size classes inside a UITableView with cells that self-size based on their content. For this I'm using the method where for each type of cell, you keep an offscreen insta...
Ground asked 1/1, 2015 at 22:35

2

It seems all the current iOS devices maps to the new iOS 8 size classes nicely except iPad landscape? I seem not able to figure out how to use the size class feature to draw a different scene...
Appellative asked 7/7, 2014 at 0:3

2

Solved

I have a dynamic setup of buttons that automatically adjust in width and height based on auto layout constraints set up in a storyboard. When in portrait the buttons have equal widths and heights s...
Albuminous asked 1/2, 2015 at 3:42

2

Solved

I have created a new project. And set a UILabel into two position depending on size classes, but wCompact, hAny can not trigger in iPhone simulator. I have set label x position to 0, but it is stil...
Pointillism asked 29/7, 2014 at 6:45

1

Solved

In Compact Width, NSLayoutConstraints declared in Any Height have the the same effect of the ones applied to the Regular Height class. What are the differences between those classes?
Gayden asked 7/1, 2015 at 16:23

1

Solved

I am developing an universal application with iOS8 size classes. I have a imageview which has to show different images on iPad and iPhone, I don't want to use two imageviews and install each on dif...
Galan asked 2/11, 2014 at 12:47

0

When working with Storyboard files in Interface Builder on Xcode 6.1, Apple recommends designing for the Any/Any size class. When finished, different size classes sometimes report warnings: Mispla...
Clerihew asked 21/10, 2014 at 17:26

1

In the WWDC 2014 Platform State of the Union lecture Apple Engineer introduced size classes and he said we can think iPhone size UI as a compact size class and iPad size class as a regular size cla...
Octet asked 29/7, 2014 at 20:41

1

Solved

I (hopefully) watched all the relevant WWDC2014 session videos and read the docs, so this question is mostly to confirm my suspicions, but please educate me. What I want to do is animate views usi...
Legist asked 23/8, 2014 at 21:30

1

Solved

I'm trying to figure out how to use UITraitCollection programatically, but I find it difficult to make sense of it. I'm developing for an iPad retina, in iOS 8. println(self.traitCollection) retur...
Kittle asked 20/6, 2014 at 15:43

1

Solved

Built a new project from scratch in Swift in Xcode 6 (Beta 1) and see File Inspector of Storyboard. There is Use Size Classes below Use Auto Layout. This is the screenshot of this. 1) What is Us...
Launderette asked 20/6, 2014 at 6:36

© 2022 - 2024 — McMap. All rights reserved.