xcode-storyboard Questions
2
Solved
I have two storyboards one of them is default called Main and the other one I have just added is called Admin.
Main is used for customer, Admin is used for owner of the app.
I wonder how do you s...
Duenna asked 30/7, 2017 at 21:24
6
Solved
I feel I am missing a trick here...
I just want to call viewDidLoad or viewDidAppear on the current active view controller when applicationDidBecomeActive gets called, so I can reset some animatio...
Kannada asked 27/4, 2012 at 23:36
3
Solved
What I am looking for
I am trying to reload all the views in my view controller, to change between themes (similar to what Twitter or Apple Maps does).
How I have setup my different themes
...
Venezuela asked 15/4, 2019 at 21:1
3
Solved
How can I use the dynamic type text style "Title 1" and set the font face to the built-in font Chalkboard SE for a UILabel in a storyboard?
I need to honor the Dynamic Type size in iOS (Apple has ...
Eous asked 12/2, 2016 at 5:51
4
Solved
I googled the two word together but could not find anything. I have never used it. Is there any necessity for it although we have main.storyboard.
Ruler asked 20/1, 2016 at 4:13
9
Solved
Are there any guidelines on when to use storyboards in an iOS project and when to use XIBs? what are the pros and cons of each and what situations do they each suit?
Near as I can tell it's not th...
Canady asked 22/2, 2012 at 22:50
3
Solved
I've got plenty of experience with iOS, but Cocoa has me a bit confused. I read through several Apple docs on Cocoa but there are still details that I could not find anywhere. It seems the document...
Downswing asked 31/8, 2015 at 17:45
5
Solved
I'm looking for a hot-key, e.g. spacebar + Click 'n drag, that will enable me to use the mouse to pan Xcode Storyboard.
Obviously I can use the mouse-wheel to pan the storyboard, but it's far more...
Urus asked 13/7, 2012 at 15:56
1
Solved
How can I arrange View Controllers on a Storyboard in Xcode's Interface Builder? When I try to select a View Controller, the mouse pointer grabs a view inside it instead.
Voyeurism asked 19/7, 2018 at 9:10
3
I know similar questions has been asked before but nothing seems to work for me.
Im using CocoaPods and installing framework "X". This can be anything that can be edited directly in the Storyboard...
Germann asked 16/4, 2018 at 7:44
3
Solved
I want to set different font sizes for iPhone 5, iPhone 6 Plus, iPhone 7 Plus and iPhone X using Xcode Storyboard.
Can anyone offer any advice?
Trondheim asked 15/3, 2018 at 9:56
2
Solved
I have a custom view xib where I have multiple TableViews. I am loading this inside a ViewController as a nested view:
ViewController
|_ View
|_ View (This is where I load my Custom View)
When...
Moskowitz asked 13/2, 2015 at 8:5
5
Solved
As you can see from the below image
The storyboard preview is of some tablet device, I need to change this to the latest iphone or iphone 4s, how can I do this? Also I know about the assistant e...
Wilkes asked 5/4, 2016 at 5:59
6
Solved
Can someone explain in simple words the difference between .xib and .storyboard?
Flamenco asked 8/12, 2011 at 19:13
1
I have to implement split screen functionality for the new iPad and I got a workaround from Apple's doc to support the same in my app: https://developer.apple.com/library/prerelease/ios/documentati...
Flournoy asked 14/10, 2015 at 13:6
1
Solved
I have a TableView and ImageView header on Storyboard (Xcode 9). I wonder how it is possible to set content (ImageView) behind the status bar and not below the status bar.
With this line of code...
Hodgkins asked 25/10, 2017 at 15:47
1
I have tried following solutions to fix this issue
removed derive data
clean build
create new storyboard file
Rayshell asked 18/10, 2017 at 10:24
6
Solved
I updated to Xcode 6.1 to fix an error I was having with the Interface Builder Cocoa Touch Tool spiking to 99% CPU usage when I used the storyboard, which would freeze Xcode. Now that that error is...
Anadiplosis asked 21/10, 2014 at 3:5
1
Solved
I am developing an iOS app with Xcode 8 and Swift 3.
I have a Tab Bar Controller with one tab view embedded into a Navigation Controller, as you see below:
As the project continues, the storyb...
Jahvist asked 23/8, 2017 at 12:54
5
Solved
For those that don't know what I'm talking about, Xcode 6.0 added new features, IBDesignable and IBInspectable.
When you tag your custom views with IBInspectable properties, those properties show ...
Crusted asked 27/4, 2015 at 22:8
2
Solved
I am experiencing a very frustrating build issue with my brand new project. I am trying to integrate Facebook iOS SDK, but for some reason I am getting some bizarre errors. When trying to use FBSDK...
Polemic asked 18/5, 2015 at 19:20
3
I converted my storyboard from old project with about 30 scenes to Size Classes-enabled mode in Xcode 6. After setting constraints for at least one scene I am trying to compile project and Storyboa...
Dysentery asked 11/12, 2014 at 20:57
1
Solved
The applicationDidFinishLaunching is not being called when I run my app.
This is the code of my AppDelegate class:
@NSApplicationMain
class AppDelegate: NSObject, NSApplicationDelegate {
let st...
Defloration asked 26/2, 2017 at 18:23
1
Is there a way to merge XCode 4.2 Storyboard files?
I'm working with another developer on an iPhone project and all my attempts at merging changes into a storyboard file have met with failure and...
Wilk asked 5/12, 2011 at 23:7
1
I have a static tableview controller in storyboard representing a long form.
I want to see the different localizations of the scene in storyboard preview, but I am not able to see the cells whose p...
Adore asked 13/1, 2017 at 14:2
© 2022 - 2024 — McMap. All rights reserved.