adaptive-ui Questions

7

I basically want to have my subviews positioned differently depending upon the orientation of the iPad (Portrait or Landscape) using Sizing Classes introduced in xcode 6. I have found numerous tuto...
Ekaterinoslav asked 29/10, 2014 at 14:37

4

Solved

I'm investigating the use of a storyboard for launch images for my app. The app has always used a large photo for the launch image, which is also used as the background for the first view. However ...
Salter asked 20/10, 2014 at 7:13

1

I am using one API to get a profile photo of a user. This api gets me the binary data for a profile photo. I need to be able to use this profile photo in form of a https://en.wikipedia.org/wiki/D...
Finnigan asked 13/11, 2018 at 3:55

4

Solved

Update for iOS 9 beta: Apple may have fixed this for iOS 9. If you work(ed) around this issue for iOS 8, make sure it also works correctly on iOS 9. In storyboard, I've created a popover presentat...
Oestrone asked 31/1, 2015 at 3:5

3

Solved

I'm moving over to UIPresentationController based presentations for my view controllers but have run into some confusion with the API. I have a custom sidebar style view controller presentation (s...

1

Solved

Using a universal storyboard with an adaptive UISplitViewController user interface. I want to present a search controller on the primary (master) side, using the following code (from the master vi...

2

Solved

I'm doing a universal App using size classes and I'm trying to use a SplitView with a TabBarController in the Master/Primary View. Before adding the splitView all worked fine, but now the App crash...

5

Solved

Here is a scenario what I needed. I have put a UIButton on IB (size iPhone4 inch) whose initial frame on IB is x:100,y:100,w:100,h:100. I want the origins and height should change according to dev...

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 am new in autolayout (I am good in autoresizing). My requirement is:- I have 2 view (say blue and green, width and height of both view is 300 pixel in iPhone5). height and width of both view ca...
Quarterage asked 12/11, 2014 at 7:11

1

I have read this thread How can Xcode 6 adaptive UIs be backwards-compatible with iOS 7 and iOS 6? and especially the answers from Dave and Joey. Still I am having a hard time getting a simple ex...
Doane asked 2/11, 2014 at 0:7

8

Solved

I just watched the WWDC video #216, "Building Adaptive UI with UIKit." At about 45:10 Tony Ricciardi talks about changes to IB in Xcode 6 to support the new changes. He says "You can deploy thes...
Henley asked 11/6, 2014 at 21:26
1

© 2022 - 2024 — McMap. All rights reserved.