1
vote
1answer
13 views

Why a singleView application doesn't load a storyboard if a storyboard is added later to the project?

I created a new singleView application without storyboard (say FirstProject) and another single view application with storyboard (say SecondProject)and then added a storyboard in the application which ...
0
votes
1answer
16 views

Issues Using .xib With Storyboard

Hey I'm trying to open a view controller that is designed using a xib interface file. I am using the following lines of code to generate the controller from within a view controller created as a ...
0
votes
1answer
24 views

How to move the views from a XIB file to storyboards in a project in Xcode?

I am new to iOS programming and Xcode. I have a project which is working perfectly fine with 5 viewControllers and XIB file. I have to add many more features in it (like Google Maps, iAd Banner and ...
1
vote
0answers
22 views

Using a CameraOverlayView with Storyboards

I am trying to use a CameraOverLayView with a UIImagePickerController using Storyboards in XCode. In the storyboard, CameraViewController Segues to ImagePickerController, which has a CameraOverlayView ...
0
votes
1answer
37 views

Is UINavigationController needed for UITableView in a popover?

I have an iPad app (XCode 4.6, iOS 6.2, Storyboards, ARC), with 4 scenes and a navigation controller, all connected using segues. On the first scene, if the user taps on it, it will display a ...
0
votes
1answer
23 views

Compile error trying to perform popover segue from a dynamic UITableViewCell

I'm trying to connect a dynamic UITableViewCell to a navigation controller in a storyboard using a popover segue. To do that I ctrl-dragged from the cell to the navigation controller, selected ...
0
votes
1answer
30 views

Delete existing data from another view

I trying to build app like native Apple Notes. And I have a question\problem. In apple notes when you open already existing note again and delete all text from it - note deleting and data from core ...
0
votes
2answers
44 views

Unwanted UITableView Animation

I have a simple UIViewController_A in a Storyboard with a button on it. The button modal segues (page curl) to UIViewController_B which has a container view. The container view then embeds ...
1
vote
1answer
39 views

UIViewController is not opening in storyboard?

In my login page when I check the server output to see if it's "false" or not, if it's not false I add this code for moving to main viewcontroller class but the below code is not working for me. ...
0
votes
2answers
20 views

Segue use Inheritance class

Hi i want to replace with a segue so i can use view controller on my storyboard 1ViewController *viewController = [[1ViewController alloc] initWithSFTPConnection:connection]; ...
-1
votes
1answer
27 views

How to implement an horizontal slider for iOS (similar to Twitter app)?

I'm working on a iOS project and I would like to implement an horizontal slider similar to the Twitter app for iOS. You know, you can slide the user's picture to display more information (bio, url, ...
0
votes
2answers
30 views

hide keyboard in secondary viewcontrollers when pressing background storyboard

I've been scourging the internet and saw several promising answers but none that worked for me. The problem I have is that I have many ViewControllers that I placed in Storyboard mode. Lets say in ...
2
votes
1answer
23 views

Create a TabBar Controller with a Master-detail template?

I created master-detail template for the ipad application and now I want to add Tab Bar to either master view or detail view. I can easily add tab bar controller using editor->embed in ->tab bar ...
0
votes
1answer
21 views

How do I get a Storyboard-created UIViewController without using seagues into a UIPopover?

I have an iPad app (XCode 4.6, iOS 6.2, Storyboards, ARC) where I created a UIViewController (not connected to any segue) to be used in a UIPopover. These are the ViewController settings: I have ...
0
votes
3answers
41 views

Accessing UIViewController programmatically in Storyboard

I'm working on an app that has several ViewControllers and there is a particular ViewController "login ViewController" that i would like to be accessed from almost every UIViewController, i know i can ...
-1
votes
0answers
28 views

MPMovieplayer - exit full sceen back to storyboard after finishing playing

Hello guys I am working on a mini project (I'm learning Xcode now) and what I'm hoping my app does is to press a button, play a movie file on full screen without the controllers (Hidden) and when the ...
0
votes
0answers
26 views

prepareForSegue NSIndexPath *indexPath error: unknown Class

I am new to iOS development and am trying to learn. Just when I thought I knew what I was doing I run into this issue and cannot figure it out. My Questions are the following. How is the Table ...
0
votes
1answer
37 views

UIButton - Frame and Bounds Zero - Page Based Application

There is a similar but unresolved question bound and frame for a UIButton I am using Storyboards with autolayout and The "Page Based Application Template" I am able to reproduce this problem by ...
-1
votes
0answers
21 views

Returning to tab bar controller

I am currently working with my own first iPhone application in Xcode. Everything is working well and I had no bigger complications so far. But I would like to improve one thing. From one of my tabs ...
1
vote
1answer
42 views

Storyboard viewcontroller is opening?

When i click my login button i want to open home viewcontroller in my app,but just before somedays its working but now its not working ,when i click login it send the user details to server and give ...
0
votes
1answer
28 views

Passing managed object from app delegate to a VC that is not RootVC

I have a Navigation Controller who's initial view is a View Controller with a button that does a push segue to a tableviewcontroller. I'm wanting to pass the managed object context from the ...
1
vote
0answers
14 views

Localizing iOS app across multiple targets

I have a couple of targets for my app. I am trying to localize them differently. I have found this to be pretty easy when dealing with a Localizable.strings file and the NSLocalizedString macro. To ...
-1
votes
0answers
30 views

nib to storyboard?

hi guy i'm studying (home made)for a few months objective - C it's very cool, very immediately , very all but i've serious problem to create a gallery thumbnail After weeks of research I found a apple ...
1
vote
1answer
33 views

how to unhook in Interface Builder?

Simple Question: How can I unhook this: I copy-paste a Viewcontroller between projects and IB do not unhook automatically -> that means I have two hooks between projects and storyboards.
0
votes
1answer
59 views

How to use a UIImagePickerController with UINavigationController

I've browsed the different similar questions here but couldn't find anything useful for my problem. What I'm struggling with is quite simple but I can't figure it out. I'm using Xcode 4.6.2 and ...
0
votes
2answers
35 views

iOS - Changing frame of a subview of a subclassed UIView (using storyboard with auto layout enabled)

I am building a custom progress bar (subclass of UIView). I add an UIImageView to the UIView that uses repeating images to display the progress. The view is added to the storyboard and I can get it to ...
0
votes
1answer
33 views

How to share the ViewController class in TabBar with NavigationController?

Since I am a newbie in iPhone development, I need some advice. My app has two tabs which first tab to show tables of items that has lat/long and url. When I select an item in the tables, then show ...
0
votes
2answers
22 views

How to choose witch UIViewController to show when i click on UITabBarItem?

I m using StoryBoard, and i have UITabBarController, and an UITabBarItem (User Profile), i want at the moment when i click on UITabBarItem (User Profile) to check if the user is connected or not ...
0
votes
2answers
42 views

Prototype cell from storyboard not creating UILabels, etc

My question is very similar to this one. My custom prototype cells designed in Interface Builder using storyboards have all the internal objects set to nil (not created), so when I try to assign ...
0
votes
1answer
44 views

UITabBarController to UIViewController with inner UITableView

I apologize in advance for being a total noob with this question, but at least I'm trying right? Here's my current setup. I have a storyboard setup with the following UITabBarController -> ...
0
votes
3answers
37 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
2answers
25 views

embed video in a view controller ios

I have a json file which includes data and between this data I have a video field. how can I embed a video object in a view controller, what shall I put in the interface builder?? I cannot find ...
0
votes
2answers
49 views

ios cellForRowAtIndexPath doesn't get called however numberOfRowsInSection gets called and returns a number

My application is using JASidePanels libraries and I had set them using storyboard. The center view is a UITableView and the left panel is a view in which I call a method (by pressing a button) - ...
1
vote
1answer
32 views

Call Different Method Depending On The View Controller Selected

Its complicated to put in words but lemme give it a try. I have a MenuViewController that has an array with category names, tapping on the category rows in tableview instantiate a different view ...
0
votes
3answers
47 views

Storyboards and programmatically views

I'm totally lost in this issue. I have been working with storyboards, I have created a navigation controller with tableviews and some stuff. There are Services in each row of the tableview and I need ...
0
votes
0answers
23 views

Create custom static cells for each section in tableview without using storyboards

I have 3 sections in tableview and cells in each section have different content view. I need to create static cells for each section. I can do this using storyboard. Is there any way to do same thing ...
0
votes
3answers
23 views

IOS: Stay on the first view controller before complete all controls (StoryBoard)

I connected first view controller with the second one using StoryBoard Push Segue and Interface Builder. The button is named GO on top/right. I have three textfield that must be filled before ...
0
votes
1answer
51 views

how to custom back button in storyboard

I create one application that has 3 ViewController with names : (ViewController,ViewController2,ViewController3) in ViewController exist one button that is for checking file in document folder or ...
0
votes
1answer
28 views

Storyboard white space at top in all model controllers

Am getting a white space at top in all containers. if I do a model transition that white space is clearly visible on top of all navigation controllers. that space is around 20px. How to remove this ...
0
votes
3answers
49 views

Login Screen using Storyboard

I am new to iOS 5 and trying to write my apps as pure iOS 5 app using the new storyboard feature. I have a start screen (Login Screen) so I do not want to use navigationcontroller because i don't ...
0
votes
1answer
38 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
0answers
27 views

how to show remaining time in progressView in storyboard

I have one application that is downloader from URL. this application has one page that in this page exist UITextField for enter URL and one button for download and UIProgressView for show download ...
0
votes
3answers
85 views

Load two different screens for iphone 4s and iphone 5

i am developing an application which would work on iphone 4s and iphone 5,the main theme here is designing screens for both iphone 4s and iphone 5,In my previos application i have used two different ...
0
votes
3answers
43 views

Storyboard won't make button action

For some reason I can't drag and drop from my storyboard button into my View Controller class. All of the classes are named correctly, and I've tried logging out of my computer, shutting it down, and ...
0
votes
0answers
37 views

iOS Storyboard UIObject won't be displayed

I am quite new in iOS development and I just finished following a series of tutorias to finally start myself. I decided to start from a blank based project to understand all the links and definition ...
0
votes
2answers
30 views

Anyone know how to fix a selector error?

I try to run my project in XCode and I get this error: 'NSInvalidArgumentException', reason: '-[UIView setDataSource2:]: unrecognized selector sent to instance 0x88497f0' All of the ...
0
votes
1answer
30 views

Storyboard and back button in the uinavigationcontroller [duplicate]

When I hit the back button on certain screens I want to pop more than 1 view in some cases back to the root view, programatically if i was hard coding this I would just use [self.navigationController ...
0
votes
2answers
47 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
1answer
18 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 ...
0
votes
0answers
22 views

IOS: Connect my CustomTableController to UITableViewController create in storyboard

As title, I have created a new class type UITableViewController name TableViewControllr and added in custom class storyboard. But when i run my projetc in simulator I see an empty controller. if i ...

1 2 3 4 5 26