adaptive-layout Questions
3
Solved
In my app, there are certain view controllers where on iPad (or to be more specific, a regular horizontal size class) it makes sense to present them as popovers, but on iPhone (or a compact horizon...
Cary asked 28/8, 2015 at 12:41
5
Solved
I want to change my layout depending on if the width is greater than the height. But I keep getting layout warnings. I watch both WWDC videos on adaptive layout which helped a lot but did not solve...
Odonto asked 15/1, 2017 at 1:37
3
Solved
I have a UILabel which shows the output of a timer in the format MM:ss:SS (minutes, seconds, centiseconds), however it "shakes" from left to right as the width of the centiseconds changes - "11" is...
Playtime asked 19/11, 2015 at 9:55
8
Solved
I'm using the new adaptive "Present As Popover" capability of iOS 8. I wired up a simple segue in the StoryBoard to do the presentation. It works great on an iPhone 6 Plus as it presents the view a...
Shove asked 1/11, 2014 at 7:12
0
Coming from the Android world, I'm trying to create my first IOS app in swift.
Actually stuck to build interfaces that are adpative to all screen sizes from Iphone 5s to Ipad 12.9".
Autolayout wor...
Calida asked 10/1, 2017 at 1:35
2
I am developing app using Xcode 8 (beta 1). Unfortunately, I am not able to find "Size Classes" option.
In Xcode 7, there was option "Use Size Classes".
But in Xcode 8 there is no such option....
Educable asked 28/7, 2016 at 8:45
1
Solved
It is easy to use BEM for fixed layouts. What is about css styles structure for adaptive web pages with media queries?
html sample:
<div class="t-news">
<div class="t-news__post b-post...
Castilian asked 22/6, 2016 at 13:6
2
Solved
I am trying to change a constraint for an ImageView for iPhone 4S,5,5S in viewDidLoad:
for (NSLayoutConstraint *constraint in logoImage.constraints) {
if ([constraint.identifier isEqualToString:@...
Omit asked 28/11, 2015 at 12:26
2
Solved
Is there a difference between iOS 7 Auto Layout and iOS 8 Adaptive Layout?
Or is it just -the adaptive layout- a more enhanced version with more features to help building more flexible layouts that...
Richey asked 23/11, 2014 at 20:15
1
Solved
In an iOS 8 project with storyboard and adaptive layout (aka size classes) I use static cells in 2 scenes -
And for some reason the blueish background color of the top cell is not shown on iPad:
...
Unfavorable asked 20/4, 2015 at 20:55
1
© 2022 - 2024 — McMap. All rights reserved.