Most voted "storyboard" questions
11 questions
Sort by count of
-
2
votes2
answers143
viewsDesign tool that exports to . xib or . storyboard
I wonder if there is any tool that can be used to develop the design of the app (like Justinmind’s Prototyper program ) and then export to xib or storyboard format.
-
2
votes1
answer78
viewsWindow to save Swift File
I would like to create a window to save text files on disk, but do not know how to create a File Explorer using Storyboard.
-
1
votes1
answer77
viewsUse modal to display a static Uitableview
Hello! I am trying to show a static Uitableview using modal transition. But when I click on the button it shows nothing. I tested for another view and it worked properly. But when it is performed…
-
1
votes1
answer73
viewsDesign for iPad and iPhone
Well, I have a problem, I have a project where I have a file Storyboard for iPhone and other file Storyboard for iPad. So I have a UIImageView on Storyboard for iPhone, and another UIImageView on…
-
1
votes1
answer51
viewsHow to insert with content larger than the screen?
How to place more content by storyboard on an iPhone screen without the problems of screen boundaries. For example: I have a screen where I need to place a UIImageView and another UITextView twice…
-
0
votes2
answers194
viewsCall another screen after a few seconds without user interaction
I need to put in my app the following behavior: After a few seconds without the user touching the screen, for example 10 seconds, the app presents another screen showing an image. And when the user…
-
0
votes1
answer130
viewsKeep banner layout on the screen between an iPhone 4 and an iPhone 5
I’m having a problem developing the app layout. On the storyboard, I added a UIImageView to display some images while the app is running. This image is at the bottom of the screen, like a footer.…
-
0
votes1
answer93
viewsAuto layout does not work in Xcode 7
I opened my project which was in Xcode 6 in Xcode 7 and the auto layout (for different devices) is not working in the simulator. Below I put a simulator image on iphone 4s and another on iphone 6.…
-
0
votes1
answer187
viewsNavigation bar some no Xcode com Swift
I am making an application in Swift in Xcode 7.2.1, I am using navigation controller in this application. I created the tabs using push, until then the navigation bars were appearing at the top. But…
-
0
votes2
answers430
viewsSwift 3 - How to instantiate a View Controller?
I need to work with a method with attributes that are in another Viewcontroller but I can’t do it. What I’m trying to do: let notasViewController: NotasViewController() And also: let…
-
0
votes1
answer43
viewsSet height for Uiscrollview
I’m creating an app for iOS using Swift, I’m having a lot of difficulty regarding the height of UIScrollView, I’m using auto-layout and create the following structure: Uiscrollview Uiview // View…