Tagged Questions
0
votes
0answers
23 views
Autoresizing subviews in iOS 5
I am making an application whose deployment target is iOS 5 and I have an autoresizing issue. Since auto layout is not available for iOS 5 I can't seem to keep a constant space between subviews when ...
0
votes
3answers
42 views
Get StoryBoard from ViewController identifier
I'm working with 3 storyBoards and in a section of code I get the identifier of a ViewController but can't call instantiateViewControllerWithIdentifier because I dont know which storyBoard belongs to ...
0
votes
1answer
20 views
iPhone 3GS iOS 5 support (nibs to storyboards)
I have an iOS project that supports iPhone 3GS and on and requires iOS 5 or later.
This project is using nibs instead of storyboards and is using ivars and properties the "old" way (i.e declaring ...
1
vote
1answer
67 views
Loading ViewControllers within Storyboard
I am using a side view controller setup using this : https://github.com/edgecase/ECSlidingViewController
The initial View Controller is loaded using the storyboard with an identifier of ...
1
vote
1answer
82 views
How to load multiple storyboard files depending on iOS version? (5 and 6)
I have a tab bar controller app that I am trying to make compatible for iOS 6 and iOS 5.
For iOS 6, I use auto layout.
But when trying to run on iOS 5, I get an error due to it not recognizing ...
1
vote
3answers
84 views
Storyboard Controllers not Deallocating
My Initial View Controller of the storyboard load another view controller using performSegue:withIdentifier method which in turn loads some other controller using same performSegue:withIdentifier ...
0
votes
1answer
82 views
How do I present a modal view upon an option in UIActionSheet being tapped?
I have my main view controller, and tapping a button brings up an action sheet. I want one of the options tapped there to bring up an action sheet. I can't seem to figure it out, however, despite all ...
0
votes
2answers
149 views
Pass value to tableview with navigation controller storyboard
how do i pass a value to a table view controller that has a navigation controller?
i have code to push the new view controller and make it active but no way of passing a value to the table view.
...
0
votes
0answers
31 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 ...
1
vote
1answer
91 views
How to handle alignment of UI on phone call?
I am developing iPhone app for iOS 5 or above version, and making use of storyboard for UI design. My problem is when i am on phone call my UI gets misaligned because my upper status bar is taking 20 ...
0
votes
0answers
85 views
How to add master-detail navigation system to an existing iPhone storyboard?
I have an application with a navigation controller and a few views, but now I need to add master-detail view mechanism to one of my view controllers. I am using storyboards. How can I implememt such ...
0
votes
0answers
53 views
How to add view(something like JPanel) above table view?
How to add view(something like JPanel) above table view (my
viewcontrollers is sublclass of UIViewController, not
UITableViewController) ?
In storyboard I added view and below I added table view but ...
0
votes
1answer
40 views
Ios 6 news feed (hidden page)
im a newbie on making app.
I want to create a hidden page on top of main screen (like ios 6 news feed) and a button at the top-right corner. When people push it or hold it and swipe toward downside, ...
0
votes
1answer
58 views
Ideas of display data like most social network apps
im a newbie on making app.
I want to display data like most social network apps use now. They use a lot of separated frames. In each frame it has texts, pictures, buttons and something else. I ...
-1
votes
2answers
80 views
Animating Label and display data on xcode 4.2 [closed]
im a newbie on making ios app.
I have some problems on using label and data now.
I want to put a label (text) in my home screen and when people push it, some data (text, picture or something else) ...
0
votes
0answers
43 views
Loading view from another storyboard into view of another storyboard
I have a requirement like this.
The app is implemented like a slide panel UI which we find in facebook or path app.
I am using JSSlidePanel (https://github.com/gotosleep/JASidePanels) and it ...
3
votes
0answers
543 views
iOS Integrate PKRevealController with Storyboard & Auto Layout
I'm trying to integrate PKRevealController into an existing project of mine.
https://github.com/pkluz/PKRevealController
How do I set up my left view controller, right view controller, and front ...
0
votes
0answers
54 views
ios - running the 3.5 inch emulator makes some of the page elements be spaced incorrectly
I have an app which I made using storyboards. It looks fine when I run the app on the 4-inch iPhone emulator, but when I change the emulator to 3.5 inch, it shifts some of the page elements.
Here is ...
1
vote
1answer
57 views
ios - can't embed a screen inside a scrollview (my first attempt)
I am using a storyboard, and I have one screen where all the elements do not fit into the 3.5 inch screen.
What I am trying to do is put the screen that I want to use in focus, go to Editor --> ...
0
votes
1answer
38 views
How do I use both xibs and storyboard in my program?
I've made a project based completely on xibs. Now I need to add a table view whose cells will lead into the xibs I have in my project. All of the tutorials I've found for table view use storyboard, so ...
0
votes
1answer
59 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 ...
2
votes
1answer
124 views
Tab bar in storyboard with reused ViewControllers IOS5
My program consists of Tab bar with 5 tabs. User interface of tabs 1, 2 and 3 is the same, the only difference is in the logic of representation of content e.g. new, top ... I have a chain of ...
0
votes
1answer
221 views
How to use single storyboard uiviewcontroller for multiple subclass
Let say I have a storyboard that contains UINavigationController as initial view controller. Its root view controller is subclass of UITableViewController, which is BasicViewController. It has ...
0
votes
3answers
50 views
Xcode different View for iOS 4 [closed]
I`m using a storyboard in my app, and storyboards requires iOS 5.
What happened when an iOS 4 Device opens my app?
Can I put code in viewDidLoad for iOS 4 Devices?
I want to create a specific View ...
5
votes
2answers
734 views
UIButton touch up inside event not working in ios5 while it's ok in ios6
I had a project which contains lots of UIButton, using xcode 4.5 and storyboard and ARC. after testing in ios6, everything goes fine. But in ios5, UIButton touch up inside event not working, the ...
0
votes
3answers
277 views
ios - simulator looks different from the layout on the storyboard screen
I am having a strange situation. I created a very simple screen with some buttons on the storyboard, then when I ran the emulator (is it correct to say simulator or emulator?) it got the spacing wrong ...
0
votes
1answer
106 views
How to switch view via click the UIBarButtonItem in UINavigationController, in Storyboard?
I want to display some data in two mode, so via click the UIBarButtonItem which is named "switch" in UINavigationControlle.
I can do it using Storyboard and xib, but I just want to know how to ...
1
vote
7answers
169 views
Load data from a plist to a UITableView
I'm developing a iPhone application which is using Storyboard. The first scene, I have a Table View Controller. I have a properties file names companies and I'm trying to load the Values of that file ...
0
votes
0answers
25 views
how to set a segue between a button and a map view in storyboard?
i've trouble with setting segues.
let's say i have a mainViewController and it has a button called "map", and I have a mapViewController with a mapView. I want to press the button and go to the ...
-1
votes
2answers
59 views
UILabel trouble
I have a UILabel created in storyboard.
my.h file
@interface EditAndControll : UIViewController
@property (strong, nonatomic) id detailItem;
@property (strong, nonatomic) IBOutlet UILabel ...
0
votes
1answer
46 views
Upgrading code to IOS5 Storyboard… self.view assignments not working
I'm new to this and couldn't find an answer.
On my old 4.x app, I added files in which I implemented my own UIView, where I ran some "drawRect:(CGRect)rect" to paint some lines. For example...
/// ...
2
votes
1answer
163 views
How to avoid Modal Storyboard infinite loop
I've written a number of iOS applications a year ago on an old version of Xcode. I've just started a new project and discovered the storyboard feature in the latest Xcode. It turns out this is perfect ...
1
vote
0answers
85 views
Converting storyboard to xib that In order to support iOS4.x
Well,I created a project with storyboard,but I realized storyboards were only compatible on iOS 5,its not support iOS4.3. Is there anyway I could get it working on iOS 4 by automatic or manual ...
0
votes
1answer
80 views
How to unload storyboard?
I need unload storyboard and replace root view controller by another view controller. And when I done with another view controller, I need unload him and restore storyboard and root view controller. ...
0
votes
0answers
13 views
DIsplaying diffrent HTML page in DIffrent pages of page based application
I'm creating a page based application in which i want to display different .html file in a UIWebView of different pages, I'm not finding way to do it can any one help me?? thanks in Advance
0
votes
1answer
318 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 ...
0
votes
1answer
71 views
Could not find mapped image UITimerPicker*
My compiler use to fail while trying to compile a code which contains a UITimerPicker in the storyboard.
Strangely this is happening just on the iOS5 simulator and device as well, but with iOS6 it is ...
1
vote
2answers
1k views
Dynamic positioning of iOS objects in a Storyboard
I'm having a hard time figuring out how to dynamically position objects in a DetailView storyboard.
For starters, the app follows a traditional blog format, in which the MasterView is a UITableView ...
11
votes
1answer
2k views
NSInvalidUnarchiveOperationException with ContainerView
Using a ContainerView with an embed seque
I'm getting this:
* Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named ...
1
vote
1answer
271 views
How to programmatically subclass a UIViewController stored in a Storyboard?
I'm working on my first iPad application and using Storyboards for the first time.
I've got UITableViewController in my Storyboard that uses "Dynamic Prototypes" for custom cells.
What I want to ...
1
vote
0answers
430 views
Why should one use storyboards over xibs? [closed]
When I search for advantages and disadvantages of storyboards and also search for xib Vs storyboards I get lots of answers.. here is some extracted from them...
Storyboard :-
Advantages of ...
1
vote
3answers
48 views
Display settings window only once
I would like to open a settings window only once, first time i open my app.
After that, this settings window will doesn't display anymore and it will display the main view of the app.
I don't know ...
0
votes
1answer
103 views
Loop of pushes in navigation view Controller
I am using storyboards.
Here is my views
My NavigationController --> [Series of ViewControllers] ->About View Controller
Now from AboutViewController I have
AboutViewController--> ...
2
votes
2answers
2k views
Custom UITableViewCell using Storyboard
i'm trying to make a custom cell using storyboard.
I have tested my program with Basic cells and it worked.
Now i'have created a new class that i named NewsCell, which is containing the diffrent ...
2
votes
0answers
152 views
Switching between StoryBoards programmatically based on locale
I have two storyBoards one for LTR(Left to Right Scripts like english , german etc) and one for arabic RTL(Right to left scripts). I want to switch between these two storyboards based on the user ...
1
vote
2answers
373 views
Storyboard: inferring navigation bar after changing segues
I am developing a navigation-based app with few views. In the Storyboard, I have a Navigation Controller that points to my main ViewController ("center" view of my app) that points to other views with ...
0
votes
0answers
50 views
Storyboards not reusing cell. How do I force it to reuse a cell in uitableview?
I'm using XCode 4.2 and iOS 5.0 with simulator.
For the purpose of my test I created a new empty project and linked it to a tableview in the storyboard, assigned an identifier for the cell and call ...
0
votes
0answers
33 views
Ios json parsing to a uibutton and in app movie playing
I am working on a app that pulls a json feed from a video server (vimeo) and all the rows have a Title, date on the row and a Title, date, tag, and a description in a detailView which are all uilabels ...
1
vote
1answer
59 views
Displaying nothing in the storyboard after selecting a value from the picker iphone
I have included a UIPicker in the program.And it contains 2 contents for eg A and B.What i need is suppose if the user has selected A from the picker, it should move the another storyboard. I am able ...
0
votes
0answers
111 views
how to transfer data between two view using storyboard?
I want to make a simple project which the view controller(teamViewController) can transfer data back to the tableview using storyboard.I create the add button to change from the tableview to the view ...




