Questions tagged [adaptive-ui]

Adaptive UI was introduced with iOS8 to assist in responsive layouts.

Introduced with iOS8, Apple's Adaptive UI uses specific layout rules based on breakpoints (using classes) to adjust for pixel density across devices of different sizes.

53 questions
0
votes
0 answers

Adaptive Layout 3.5 inch iPhone

I'm really new to the adaptive layout scene. I'm working on a project that I want to look really great on all iPhone screen sizes. The question I have is: Is it possible to place a text box in a specific spot on each screen? The specific situation…
bnjmn.myers
  • 409
  • 2
  • 6
  • 15
0
votes
1 answer

Xcode 6 autolayout confused

I'm developing an iPad app and i'm using Size Classes with (wRegular hRegular). In storyboard I setup the constraints has the following: When I run the app, it is build as follow: The square is supposed to be aligned at (0,0) however when built…
HusseinB
  • 1,321
  • 1
  • 17
  • 41
0
votes
1 answer

How to use adaptive layer for universal app but different button sizes on ipad in ios8?

I'm developing iOS 8 universal app, I'm using adaptive layer to develop app, all going well. But, I struck at iPad design, because I used equal width and height for all devices using constraints, its looking good for iPhone devices, but iPad also…
Sri..
  • 163
  • 5
  • 18
0
votes
1 answer

iOS8 adaptive UI: columns on iPad and rows on iPhone

How do I make use of "column"-based layout with adaptive UI in iOS8? What I want achieve is something like this on the iPad: to look like this on the iPhone: The size I can figure out but now how to actually make columns snap into rows like…
marsrover
  • 715
  • 11
  • 27
0
votes
1 answer

Selecting pixel perfect background image for iphone 3gs/4/4s/5/6/6plus app

I have a background image covering the entire screen in my app, with a little bit extra on the sides for a parallax effect. Since i support older phones, i need to have logic that checks size bounds to select the "short" or "long" image (4 -> 5).…
Mathias
  • 3,879
  • 5
  • 36
  • 48
-1
votes
1 answer

Can adaptive UI be used in iOS 7?

Can adaptive UI or a subset of its functionality be used in iOS 7? I am not able to find much information regarding this.
Boon
  • 40,656
  • 60
  • 209
  • 315
-2
votes
1 answer

Adaptive layout in uitableview swift

I'm building a review application which amongst other things present a review, with the authors img, name, date and level. The problem arises since not everyones name is equal lenght, which makes the layout seem out of order, as visualized in the…
Ulrik. S
  • 326
  • 2
  • 14
-2
votes
2 answers

Adaptive UI interface in iOS 8 through iphone 5 to iphone 6+

I have created an app which runs on different devices, but when i set everything in interface builder, it looks like despite of constraints, the labels or buttons are positioned differently in different devices in the simulator. i.e.: i have an…
1 2 3
4