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.
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...
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...
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...
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...
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...
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...
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...
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...