Questions tagged as 'storyboard'

2
answers

Design tool that exports to .xib or .storyboard

I wonder if there is any tool that can be used to develop the app design (like Justinmind's Prototyper program) and then export to xib or storyboard format.     
asked by 06.07.2014 / 04:23
1
answer

Swift File Save Window

I would like to create a window to save text files to disk, but I do not know how to create a File Explorer using Storyboard.     
asked by 19.03.2015 / 22:36
1
answer

Design for iPad and iPhone

Well, I have a problem, I'm with a project where I have a Storyboard file for iPhone and another Storyboard for iPad. So I have a UIImageView on the Storyboard for iPhone, and another UIImageView on the iPad Storyboar...
asked by 16.09.2014 / 15:36
1
answer

Use modal to display a static UITableView

Hello!  I am trying to show a static UITableView using modal transition. But when I click the button it shows nothing. I ran a test for another view and it worked correctly. But when it is done with the view that contains the static table, no er...
asked by 09.09.2014 / 05:16
1
answer

How to insert with content larger than the screen?

How to put more content through the storyboard on an iPhone screen without the limitations of the screen.  For example: I have a screen where I need to put a UIImageView and another UITextView two times one below the other. But I d...
asked by 23.09.2014 / 00:17
1
answer

Setting height for UIScrollView

I'm creating an application for iOS using Swift , I'm having a lot of difficulty regarding height of UIScrollView , I'm using auto-layout and I create the following structure: UIScrollView UIView // View where I...
asked by 07.07.2017 / 03:22
2
answers

Call another screen after few seconds without user interaction

I need to put the following behavior in my app: After a few seconds without a user touching the screen, for example 10 seconds, the app will display another screen showing an image. And when the user touches the screen, the image screen disap...
asked by 30.07.2014 / 15:59
2
answers

Swift 3 - How to instantiate a View Controller?

I need to work with a method with attributes that are in another ViewController but I can not do it. What I'm trying: let notasViewController: NotasViewController() And also: let notasViewController: NotasViewController = UIStoryboard.ini...
asked by 24.02.2017 / 15:38
1
answer

Keep on-screen banner layout between an iPhone 4 and an iPhone 5

I have a problem developing the app layout. In the storyboard, I've added UIImageView to display some images while the app is working. This image is at the bottom of the screen, like a footer. But when I simulate on a smaller screen iPhon...
asked by 31.07.2014 / 19:11
1
answer

Navigation bar some on xcode with swift

I'm doing a swift application in xcode 7.2.1, I'm using navigation controller in this application. I created the segues using the push, until there the navigation bars were appearing at the top. But I needed one of the ViewControllers not to sho...
asked by 05.02.2016 / 23:48