The xcode-storyboard tag has no wiki summary.
0
votes
2answers
19 views
iOS Change Story Board
My iPad App has two storyBoards - FirstStoryBoard and SecondStoryBoard
I have a single ViewController
I notice that Under Project > Targets > Summary there is an option for specifying the ...
0
votes
1answer
17 views
why can't I resize my views anymore?
I'm using Xcode 4.6.2, and am having trouble resizing my views.
For instance, I just created a new Storyboard, and dropped one regular UIView on top of another. I went to to change it's top, by ...
0
votes
1answer
40 views
My app requires using instantiateViewControllerWithIdentifier - why?
I have added a Storyboard file to an app that initially had none. For some reason, I could not get my custom UIViewController to display correctly until I added this into ...
0
votes
1answer
39 views
UIView inside UITableView does not show in runtime
I have an UITableViewController with UI in a storyboard file. I have drag-and-dropped an UIView on top of the UITableView. It looks great in Interface Builder, but doesn't show at all in runtime:
...
0
votes
1answer
47 views
prepareForSegue is passing value by Reference to Destination view Controller
I am using storyboard in one of my application and while passing a property from SourceViewController to DestinationViewController in prepareForSegue method the property being passed is passed by ...
0
votes
4answers
173 views
Change Container View Content with Tabs in iOS
I'm trying to make a form that spans three tabs. You can see in the screenshot below where the tabs will be. When the user taps a tab, the Container View should update and show a particular view ...
2
votes
1answer
68 views
Supporting two storyboards
I have an app with a medium-sized storyboard, which is complicated enough for me not to want to mess around with it too much.
I want to copy this storyboard and change the color scheme and let the ...
1
vote
0answers
38 views
Xcode forcing the UIView size to be same as a UIContainerView when running a segue
I have the following view hierarchy in my storyboard
UIViewController
-UIView
--UIContainerView
---UITableViewController
----UITableView
|
push segue
|
﹀
UIViewController
-UIView
...
0
votes
0answers
17 views
Login In Storyboard
I have to implement login functionality to my application. The appropriate credentials like "Username" & "Password" are saved in an XML file. My requirement is to create an application using ...
1
vote
2answers
231 views
Custom Accessory View on UITableView Prototype Cell Not Firing
I have a custom accessory view (a UIButton) on my prototype cell in a storyboard. When I click that button the delegate method for accessory button tapped isn't called. If I use a standard ...
0
votes
1answer
71 views
Using the segue from master detail application with custom button.
So, I have a master detail application. So far an object is created at launch and added to the master list, the detail view works fine as well.
What I would like to do, is to let the user add object ...
1
vote
1answer
66 views
view did load but not viewDidLoad
I have two view controllers: BSViewController and BSotherViewController. BSViewController has a button on it that is segues to BSotherViewController. That part works fine and I can see the one VC and ...
0
votes
1answer
130 views
Passing data between two viewcontrollers in xcode using storyboard
I am super new to programming in general. I am trying to make a very simple app.
I am trying to pass data from one viewcontroller to another using a storyboard. On my first screen I have a text ...
0
votes
1answer
17 views
Remove COMPLETELY a connection/ storyboard
I made a TableViewController and did a connection of the TableView to its class interface.
Then I wanted to change the TableView name, did the connection another time to be sure but when launching app ...
0
votes
1answer
76 views
iOS Use TabBar to change displayed view
I have a main TabBarController for my primary navigation. Under 1 tab, I have a controller that has another TabBar on the top. I would like to be able to switch between 2 views within the same ...
0
votes
2answers
285 views
Checking location service permission on ios
How can I checking location service enabled for my app? I have 2 storyboards and I want to check location service. If location service enabled for my app, I want to launch map storyboard with ...
1
vote
1answer
107 views
Does MvvmCross support storyboards
I have been looking into using MvvmCross as our solution to cross platform development, with previous development being solely targeted at iOS. I have come to really like how storyboards encompass all ...
1
vote
1answer
69 views
Adding Storyboard UIViews to an Array
I've Google'd myself blind and haven't been able to locate what I'm looking for. I'm new to XCode and Objective-C, but am progressing quite quickly ... however ...
If I'm using Storyboards on a ...
0
votes
1answer
110 views
Equal size for buttons in iOS storyboards
I was wondering how can I automatically -if there's a way- set the width of the buttons so they're all the same size, and there's the same margins at both sides of the storyboard.
In the screenshot, ...
-2
votes
2answers
42 views
Setting a title in a tabbed view controller?
In my storyboard my application starts with a navigation controller, then it connects to a tabbed view controller, which then branches off onto three separate tabs. The problem is I can figure out how ...
0
votes
0answers
107 views
EXC_BAD_ACCESS error in iOS6 only when using Storyboard and segue
I am using storyboard in my app. And I am using the code below to navigate from a UITableView to another UIView.
-(void)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath ...
0
votes
1answer
95 views
UIButton in UITableViewCell is nil
I'm having some problem with UIButton in a UITableViewCell.
I have created a custom tableviewcell in storyboard, using the prototype cell.
There are two buttons and I have set a tag to them.
The first ...
0
votes
0answers
50 views
MapView Outlet is NULL
okay I have to break down and ask for help. I'm learning iPhone programming and my MKMapView outlet in the controller is nil when viewDidLoad is called. The referencing outlet is set to the map ...
0
votes
1answer
267 views
The same storyboard looks different on iPhone 4S and on iPhone 5
I'm developing and iPhone application with XCode 4.5.2 and latest SDK.
On project settings I set 5.0 as Deployment target.
I'm very new on iPhone 5 development and I don't know how to use the same ...
0
votes
0answers
48 views
Xcode seque makeing view Disappear
im using xcode storyboard and segues to navigate between views.
how can i make a view disappear without using self dismissViewController?
Because if i call this my application goes back until the ...
0
votes
1answer
60 views
Naming multiple views in Xcode with StoryBoard
I have a story board with a UIViewController. The viewController has many views
In Xcode/StoryBoard - all views appear as "View". This is very annoying as I can not distinguish them. - I would ...
0
votes
1answer
241 views
Switching between localized storyboard at runtime
I have iPhone application using storyboard with two language (Arabic / English) how i can switch from Arabic localization storyboard to English storyboard without need to change language iPhone ...
0
votes
1answer
60 views
Setting up Transitions/Segues from different elements of a Table View using Storyboards
I believe my question is relatively basic but I still haven't found something that directly answers it. I'm trying to learn Objective C and iOS Programming using Storyboards and am in the process of ...
0
votes
1answer
82 views
UIButton in custom UITableViewCell not registering tap
I have a custom UITableView, with custom UITableViewCells that are dynamic in height. I create the skeleton of the custom cell in storyboard, which includes (for simplicity) just a label at the top ...
0
votes
1answer
96 views
How do i hide UISearchbar on load from storyboard
This is more of cosmetic issue.
I have added a searchbar via the storyboard and I want to hide the following with the storyboard.
I was able to do this previously using codes that was before ...
0
votes
1answer
83 views
Show UIViewController on DetailDisclosureButton pressed
I am attempting to get a UIViewController (GUI built using storyboard), to show when a DetailDisclosureButton is touched/pressed. I made a very simple GUI, with just a single button on the screen. I ...
0
votes
0answers
80 views
iOS - Scroll View getting cut off
I have been trying to work this out for a while now but without any luck.
I have a Scroll View that has a view inside, with a bunch of buttons in it, but when I run it and try to scroll down it gets ...
1
vote
1answer
315 views
XCode: Moving UI-elements in storyboard editor
Is it possible to lock or freeze elements in storyboard editor so that they are ignored, when clicking and dragging?
My problem is that I have several elements underneath two big UIViews that cover ...
2
votes
0answers
118 views
UIScrollView child jumping after UINavigationController push and pop
So I have a UIScrollView on my iPad app with a single child view (which itself is parent to all the controls). The scrolling all works fine on it. Rotating works fine (the whole view fits in portrait, ...
3
votes
2answers
137 views
UIView size and storyboards
I have a custom UIView in a storyboard using autolayout, so I don't know the exact height of the UIView. I need it to draw individual items in the view, so larger UIViews will have more rows.
Where ...
2
votes
2answers
1k views
iOS app with Storyboard crashing with *'NSInternalInconsistencyException', reason: 'The NIB data is invalid.'
We have an app built using iOS 6 sdk (deployable on iOS 5) using Storyboards which crashes in iOS 5 (only) with this error:
[myApp] * Terminating app due to uncaught exception ...
1
vote
0answers
85 views
Add UITextField to Navigation Controller's Toolbar as a Bar Button Item through stroryboard
I can do this programmatically but I don't prefer it that way. There's got to be some work-around for this. This is what my initial screen looks like:
To the toolbar, I dragged on a Bar Button Item ...
2
votes
1answer
278 views
Using GLKView in GLK View controller
I have been trying to figure this out without success. I created a storyboard which has a GLKView embedded in a GLK View Controller (I can't post an image since I don't have enough reputation points ...
0
votes
1answer
29 views
UIScroll View will not scroll when items are added
I have a UIScrollView and when I run my app the scroll view works fine. When I go to add two buttons to the scroll view, on at the bottom and the other at the top, the ability to scroll goes away. ...
2
votes
2answers
986 views
iOS 6 storyboards: modal view is not dismissing
I am using Xcode 4.5 and iOS 6.
I am building a universal application that is using storyboards. I have one view controller that has a button in the navigation bar. When the button is tapped, I am ...
0
votes
1answer
322 views
This document “XXXXX.storyboard” could not be opened. Please use a newer version of Xcode
Storyboards created with XCode 4.5.1 could not open on XCode 4.2 with the following error message.
This document "XXXXX.storyboard" could not be opened. Please use a newer version of Xcode. Consider ...
1
vote
0answers
111 views
UITextField in storyboard controller stops working in iOS6
We have a storyboard controller displaying a map. The screen has many nested views to display the search text, maps and other selection criteria for the map. This controller works fine for 5.0/5.1 but ...
14
votes
3answers
7k views
Xcode Storyboard displaying the new iPhone 5 screen size?
I have the latest version of Xcode. In one of my projects I noticed that the views for the iPhone were the new iPhone 5 screen sizes. I like it but is there a way to switch back to the smaller screen ...
0
votes
0answers
75 views
Create instances of same class for multiple Tab Bar Items
In my iOS application, I have articles which are filled in predefined categories (like "unread", "all", ...). I created a Tab Bar Controller which should have the categories as items. Each category ...
0
votes
0answers
121 views
Using storyboard to present alternate landscape view?
I have an app that is Tab Bar Controller based. On some of the tabs, I would like to have a different view shown for portrait and landscape modes. I do not want to use autosizing because the ...
0
votes
1answer
172 views
display documents in DetailViewController in Master-Detail Application
I have a Master-Detail application for iPad. I am using storyboard. When the user selects a cell in MasterViewcontroller, data is displayed in another table (UITableViewController). When the user ...
0
votes
1answer
375 views
How to get the view controller wrapped by a UIPopoverController from UIStoryboardPopoverSegue?
I have an UISplitViewController with the master having an UIViewController embedded in an UINavigationController. A toolbar button is responsible for bringing an UIPopoverController up, via segue. ...
0
votes
0answers
48 views
Fluid graphics buttons in ios app
I'm a newby user and the first the first thing i say hello to everyone!
My first question is:
I have 4 buttons (numbered from 1 to 4) in my iphone app home with this path:
|1| 2|
|3| 4|
for ...
1
vote
1answer
83 views
how can i solve this error : NSInvalidArgumentException', reason: '-[ViewController viewControllers]: unrecognized selector
I want to push some information to a UITableView so i have to get the location of that View.
and this is the code inside the AppDelegate :
player = [[player1Data alloc] init];
player.name = @"Dave ...
0
votes
2answers
1k views
iOS Modal dialog via storyboard UITabBarController
I'm looking to understand the "best" way to transition to UITabBarController D (the main interface in my application) from either A or B - conditionally going through C.
Meaning I'd like all of the ...



