Tagged Questions
0
votes
2answers
48 views
Enable Edit Mode in ViewController
I'm new on iOS development, i m trying to show a user profile inside a view, and in the same time i want to give a user a possibility to edit his profile by tapping an "Edit" button on the ...
0
votes
2answers
83 views
how to set the nib name of a view controller in interfacebuilder
I'm using multiple views in my project and I need to navigate from one another and I dont know how to do that when I googled I got some answer based on the nib names now I'm more confused How can I ...
0
votes
0answers
19 views
Strange behavior of scrollView, It would great if someone can describe behavior?
Here is example project that I was working.
https://www.dropbox.com/s/nxf7dxfugl30vse/scrollViewTest_2Views.zip
Let me explain scenario.
Its having 2 views, both view is having the scrollView as ...
0
votes
0answers
28 views
UIImages being dragged off screen using xcode
I have a view that holds multiple images. I can drag the images around perfectly, actually a little to perfect. My issue is I can accidentally drag an image off the iphone screen. How do I set the ...
0
votes
0answers
32 views
Fail to run app on the device, works good on both iOS 5.0/6.0 simulators
I started with XCode 5.
My iphone 3GS runs iOS 5.0.1
I've created a new single view project for iPhone, with use of ARC and storyboards. Set the deployment target to 5.0. Storyboard deployment also ...
0
votes
1answer
69 views
Segue passes null value on first tap. Works perfectly after that. Why?
I'm a complete noob when it comes to xcode (started learning 3 weeks ago), PHP is my thing. Anyways, I'm trying to pass a value from a MasterViewController to a DetailViewController when somebody taps ...
0
votes
1answer
86 views
Do I need to supply separate navigation bar png file for iOS landscape mode and how do I get it to show?
I am using Xcode storyboard to demo an app design (non-functional, I'm a designer and need to show for design purposes). So far I have created the necessary png's for navigation bar on top and the tab ...
0
votes
3answers
84 views
Storyboard UIView cuts off objects when scrolling
Using Storyboards, I have a scrollview with a UIView embeded into it. On that UIView I have some text and a button. The button is down a bit, for this question.
When I scroll in the simulator and on ...
0
votes
2answers
41 views
Get variable of Keyboard type
I have been trying to get the variable for the keyboardType
self.titleField.keyboardType
When i use nslog it returns about 10 values that are either 0 or 4
I have implemented custom behavior for ...
0
votes
1answer
135 views
UIWebView keeps Portrait dimensions when viewed in Landscape
I have been unable to find a solution to this problem anywhere.
I am using Xcode 4.5 to write an iOS 6 app using storyboards. It uses a Navigation Controller to jump between several View Controllers ...
6
votes
2answers
237 views
ibtool failed when compiling storyboard
I just downloaded a project from a git repository on two different Macbooks. On the first, it runs without problem.
On the second Macbook shows me the following message:
Command ...
0
votes
1answer
376 views
iOS - Push viewController from code and storyboard
I have this code
PlaceViewController *newView = [self.storyboard instantiateViewControllerWithIdentifier:@"PlaceView"];
[self presentViewController:newView animated:YES completion:nil];
And I can ...
0
votes
1answer
148 views
Storyboard Switching Views from Push Segue Crashing
I have a storyboard set up with two views, one for 3.5in iPhone screens, and one for 4in iPhone screens. In the AppDelegate.m under didFinishLaunchingWithOptions: I have:
ViewController *viewc = ...
0
votes
0answers
33 views
Search not filtering
I'm a newbie developer having major issues trying to get my search to filter. I read a lot of things on this and most are different so I'm not sure the best way of doing this. I have tried with a ...
0
votes
0answers
46 views
Finishing table view with arrays
I am trying to complete a search function with tableview for a selection of products. The code I have at the moment is:
#import "SearchingViewController.h"
#import "DetailViewController.h"
...
0
votes
0answers
50 views
Search not working and detailview not pushing
I am using Storyboards in xcode 4.5 have set up my search bar and table view. Table is working fine except pushing to detail view will not work and I'm not sure why? Also when I search I am not ...
2
votes
1answer
359 views
Xcode 4.5 ios6 multiple lines with text in a button
When I'm make a button on the screen in the storyboard and have more text in it than the buttons width. The text just keep on going on a straight line past the buttons end. When this happens I want to ...
0
votes
1answer
65 views
The View Controller in my storyboard not match with the ViewController.xib
I'm very new to Xcode so this is probably very newby but i don't figure it out yet.
Question:
I've made in my storyboard a few View Controllers with some buttons etc. They are linked to each other ...
0
votes
0answers
166 views
change view (storyboard) after zbar didFinishPickingMediaWithInfo inside a tab
I'm still new to programming on the iPhone, and have researched my problem, but have no luck with any of the solutions.
I have managed to follow ZBar SDK Integration tutorial to have a working app at ...
1
vote
2answers
105 views
X-code 4.5.2 MainStoryboard disappeared after moving project folder
I just tried to make a copy of an X-code project (perhaps ironically, for back up purposes) by alt+dragging to another folder.
Instead I accidentally just dragged it and X-code complained about this ...
0
votes
0answers
59 views
Switching storyboard when the device rotates
I am starting with one storyboard vertically, when the main view is being rotated to horizontal, is it possible to switch to another storyboard file and continue to run the app with the new storyboard ...
0
votes
0answers
176 views
IOS6: Storyboard Localization does't work for placeholder of a searchbar
I'm using the iOS6 new localization workflow can share a single base .storyboard file for multiple locales.
The problem is placeholder field of UISearchBar doesn't get localized.
Below is two string ...
0
votes
1answer
148 views
How to create an Outlet or reference from a viewController in storyboard to our controller?
I created an application that started with UITabBarController
Something like this:
Now I want to refer that that UITabBarController in the code. How am I supposed to do so?
Should I right drag to ...
3
votes
3answers
3k views
IBOutlet link to embedded view controller
I have a complex iPad view that I manage by having several view controllers. I previously (before iOS6/XCode 4.5) did this by allocating my view controllers in code, and hooked up the various views ...
0
votes
0answers
224 views
XCode 4.5 and archiving. Missing icon
I am having problems with XCode 4.5 running on macbook air Mac OSX 10.8.2. I start a new project using master/detail template for iPAD, using core data, storyboards and ARC. I build and run. ...
1
vote
1answer
77 views
How to perform UIButton action before loading next view
I have a view where a user enters 3 sting fields. On the button press the fields are stored in an array. The button also changes the view.
The problem im having is when I get the strings from the ...
0
votes
1answer
240 views
How to make a UIButton in interface builder compatible with a 4 inch iPhone
I have just install Xcode 4.5 and trying to learn new features and tools.
I have set one background image from storyboard and checked whether 'Apply retina 4 factor' and 'Apply retina 3.5 factor' ...
0
votes
1answer
1k views
auto-layout required for easy 3.5in + 4in iphone screen layout?
I'm updating an old app to the new iPhone sizes and I ran into a problem. Auto-layout broke several pieces of an old storyboard.
No problem, just go in and uncheck auto-layout. Run again (3.5in ...
26
votes
5answers
7k views
xcode 4.5 how to pick storyboards at launch
Trying to make my app work with both iPhone 5 and iPhone 4/4s. I tried the "AutoLayout" but does not seem to work for my app also read that it is not supported in iOS 5. AutoLayout specifically ...
1
vote
1answer
1k views
UIPageViewController using Storyboard and Xcode 4.5
I want to ask some question about Xcode 4.5. I am creating app with storyboard. This app has UIPageViewController. But if I want to define identifier of UIViewController in IB of storyboard, there is ...




