The UIViewController class manages the views in iOS apps and mediates the interaction between an app's views, its underlying model objects, and the overall workflow.
-1
votes
0answers
26 views
iOS 7: change status bar style for view controller
Per the new HIG, here, you should be able to set the style of the status bar in a view controller. However, from the UIViewController docs, it's not very clear how this is supposed to work.
So, let's ...
0
votes
0answers
9 views
touch events happen only once
I have the following code implemented in a UIViewController initialized with google maps, the idea is to try and catch the touch events in and use them to draw on the map
this is my code:
- ...
0
votes
0answers
3 views
opening a UIView in modal invokes touchesEnded in the calling UIViewController
I'm having a UIViewController that is calling a UINavigationViewController that has a UITableViewController and it has a push segue to a UIViewController (in the stack there are 3 views: ...
0
votes
1answer
22 views
UIview doesn't load with viewdidappear
I have a tableview project which has a view, everything that I do in this view is controlled by "viewdidappear" method.
I added a new UIview which has "lines.h" and "lines.m" files.
I use this view ...
1
vote
0answers
14 views
AQGridView - Orientation change in ExpanderDemo
I just started checking AQGridView and new to iOS too in the source example ExpanderDemo the orientation is working fine for the first View but as i click any cell and next upcomming AQGridView does ...
1
vote
0answers
26 views
custom container view controller state preservation
I need to create custom container viewcontroller with label and 2 states A and B(each state presented by child viewcontroller and swap each other). Both children viewcontrollers instantiates when ...
2
votes
3answers
85 views
What is the better approach to communicate between parent and child view controllers?
It may be a simple way, but I need some guidance from those who have been familiar with iOS.
If a parent view controller want to send one particular message to all child view controllers, what is the ...
2
votes
3answers
43 views
iPhone SDK: Call method from UIImageViewClass to ViewController
I have this function in my .m ImageView Class file
- (UIColor*) getPixelColorAtLocation:(CGPoint)point {
How do I call this function from my view controller? I have tried `
- (void)viewDidLoad
...
1
vote
1answer
54 views
Static View For Every View Controller in iOS
I am creating view controller with a view. The view is named as timerView and it contains a timerLabel. Label is being updated by NSTimer after every second. Its working fine.
But what I want to do ...
0
votes
4answers
37 views
Present UIViewController in another one
There is iPad application with UINavigationBar and UITabBar.
I would like to show another UIViewController (clearColored with red UIView as a subview) with "blocking" UINavigationBar and UITabBar ...
0
votes
0answers
16 views
pass data back using protocols and delegates
Hi I have two viewcontrollers, GameFavorites pushes SelectFavorites, and I all I want to do is show on NSLog that I am passing data back once I am in SelectFavorites with a button. Here is my code
...
0
votes
1answer
24 views
returning to a uiviewcontroller without navigationcontroller
my application has a UIViewController that isn't wrapped in a UINavigationController from it I call different UINavigationControllers each representing a state in a state machine.
calling these ...
0
votes
1answer
21 views
Animate Vertical Scrolling Text
I'm implementing an About view controller in an app that shows modal when a button is tapped.
On the view controller I have a UILabel and some text displaying in there. I would like to animate the ...
0
votes
0answers
22 views
adding a Back Button on a root navigation view
My setting screen is a single UITableViewController contained in UINavigationController, I'm opening it from a UIMapView that is not contained in the same UINavigationController with this command:
...
-2
votes
1answer
17 views
How to move master view to the right side in UISplitViewController [closed]
I want Master View to be the right side and Detail View in the left side in UISplitViewcontroller, How can i do ?
0
votes
1answer
47 views
Adding a UITableView in a UIviewController
I have a UIViewController (ViewControllerA), and in this UIViewController I would like to add a UITableView subview that occupies part of the screen (named TableLoadGroupMembersViewController). I have ...
0
votes
2answers
24 views
iOS - UIViewController - Runtime error when overriding a getter in UIViewController subclass chain
iOS newbie here.
I have a class that is a subclass of UIViewController called CommonVC. It does not have a scene directly associated with it. It declares a property in the .h file:
@property ...
1
vote
2answers
40 views
iOS 6 pushing viewcontrollers in a modally presented viewcontroller
In my app i would like to create a tutorial to show how to use the app.
For that i presented a viewcontroller using navcontroller.presentViewController and it has a form appearance. I would like to ...
0
votes
2answers
61 views
How to show UIViewController in other UIViewController?
This is typical question and possibly duplicated, but..
There is iPad app which has UINavigationBar and UITabBar. I have created a button on navigationBar which must show appinfoViewController.
When ...
-1
votes
2answers
29 views
How do I disallow a viewcontroller from progressing to the next view in my app?
I have a multi-view application and in my storyboard I have graphically defined a view (view1: log in username/password view for instance) that will segue to another view (view2: welcome view for ...
0
votes
2answers
43 views
Parent and child view in Container V
I have a project in iOS and I am trying to modify the same to use in another project. The project is working fine but when I try and Embed the Side View Controller in a tab bar controller it is giving ...
0
votes
1answer
20 views
UIImageView and Auto Layout in Code
I'm trying to use programmatic visual constraints to display a label and a button next to one another. However, the UIImageView used as the button's background is making the intrinsic size of the ...
1
vote
1answer
27 views
Accessing a method on a views superview - What is UIViewControllerWrapperView?
My problem is a follows
I have a UIViewController subclass which holds a UISegmentedController and four tableviews that I layed out in interface builder.
@interface MultiTableHoldingView : ...
0
votes
1answer
28 views
How to open files in a UIWebView?
I just make a file browser for iOS, I just need to know how to open any kind of file in a UIWebview. I think the webview can open any kind of file, that's because I chose to use a UIWebView to view ...
0
votes
0answers
10 views
ECSlidingViewController swipe gesture issue on View Controller
I'm using ECSlidingViewController for my app for the slide out menu and having a imageview on my all view controllers. It works perfectly but when i to the right when the menu controller(Slide view) ...
0
votes
2answers
39 views
How to load a UIViewController in landscape mode if its parent is in Portrait mode?
I want to load a ViewController in landscape mode from a portrait parent. Parent is got fixed for portrait, it wont change its orientation, however the child view controller whichever is got pushed ...
-2
votes
0answers
17 views
more than one screen Xcode
first off all, sorry for my bad english.
i had two view controller and one class for each one, but when i tried to change from screen one to screen two, show me a problem, before i change the second ...
0
votes
3answers
37 views
Gap when changed of viewcontroller
I'm implementing an application, in which i use several view controllers. But i've found a strange behaviour of my app' when it changes of viewcontroller. Let me explain :
We are in a first ...
0
votes
0answers
8 views
Save Image to my plist to load hear in other view
I want to save my image import from the Photo library or my camera in a plist (Data.plist).
Thank you in advance
//I have hear my code to save the name of person write in my text field
// ...
0
votes
3answers
46 views
why self.view.frame and self.view.bounds are different when the devices rotate?
I want to do some layout change when the devices rotate. So I implement - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation ...
0
votes
0answers
20 views
Facebook iOS SDK 3.5.2 crashes without any info
I just moved over to the 3.5.2 SDK, and my code, of course, does not work anymore.
I made a little test app, and can get this working under one circumstance but not the other (the one I need).
...
0
votes
1answer
28 views
IOS UIController hierarchy and memory use
Have general question about IOS Controllers:
On start ios created default UI View Controller and then I can call presentViewController or use Segue to open others
Question is if previous controllers ...
0
votes
1answer
55 views
NSArrayM insertObject:atIndex:]: object cannot be nil'
After a lot of search, and tries with some solutions on stackoverflow, i didn't find any answer which could solve my error :
I have a UIViewcontroller, who's name is WorldViewController. In this ...
0
votes
1answer
23 views
Open specific ViewController from push notification
On my xcode project I have a some views and a tab bar controller. When I open my app the first view comes up. I have also a server that sends to the app some push notifications.
I use on ...
0
votes
1answer
19 views
For-Loop to quick to present View Controller
i want to add multiple passbook passes by running through a array with URLs. The problem is that the loop counts faster than the view controller can present.
Here s my code:
NSArray *passURLArray ...
0
votes
0answers
10 views
Returning to view after logging in to Facebook, screen unresponsive
I am using PKRevealController (https://github.com/pkluz/PKRevealController) for a sidebar menu (similar to the Facebook app). Everything is behaving well, but when I logout via my settings page, and ...
0
votes
3answers
65 views
Access to a variable from another view controller
I'm working on a project in objective C where i have to modificate some variables which are in a view controller from uiviews.
So i've tried somethings like this :
ViewController.h :
@property ...
0
votes
0answers
29 views
iOS Unit Tests - How to make sure a delegate is nil'd in dealloc
My view controller manages an action sheet and alert view, and I want to make sure that in if the view controller is deallocated that it nils these guys delegates.
My attempt is below:
- (void)setUp
...
0
votes
1answer
28 views
3d Animation in transitionFromViewController
I try To make 3D Animation in
- (void)transitionFromViewController:(UIViewController *)fromViewController toViewController:(UIViewController *)toViewController duration:(NSTimeInterval)duration ...
0
votes
3answers
26 views
iOS assure viewcontroller transition ended
I've a bunch of turn based games in my app, and I use the same animations to declare the starting player.
At the very end of viewDidLoad, I placed the code for declaration. It takes the screenshot of ...
1
vote
0answers
33 views
How to get top most UIViewController on entire iPhone (not just in my application)?
I can totally see why Apple wouldn't allow something like this, but is it at all possible to get the active UIViewController of the entire iPhone (when your app is running in the background)?
Just ...
2
votes
1answer
40 views
UIViewController Containment with animation like Google+
The best way to understand what I'm trying to explain is to open Google+ app and tap anywhere in background of a post displayed in the main stream of posts.
When you tap it, the entire post moves ...
0
votes
0answers
10 views
Login View with SWRevealViewController
Currently, I have a project where I want to integrate a Login View with a SideBarRevealController.
Here is the link with the SideBarRevealController : ...
0
votes
1answer
15 views
Change view when didReceiveRemoteNotification
I am trying to change from the App delegate method to the Master View when I receive a Remote Notification, in order to perform a segue in the Master View to another view, but I am getting an ...
0
votes
2answers
76 views
IOS 6 Orientations - Only One Viewcontroller supports Landscape & Portrait orientation - else ONLY Portrait
As the Long title suggests I've been real struggling with IOS 6 Orientations lately.
I'm working on a current project which is iPhone based only, were almost all viewcontrollers only support portrait ...
0
votes
1answer
15 views
UIViews are displayed distorted when I set statusBar to hidden
I have a bunch of UIViews that are displayed on a viewController. They are setup before I call presentModalViewController. The problem is that these views are displayed distorted, specifically they ...
0
votes
0answers
10 views
How do I hide the turnBasedMatchMatchMakerViewController?
I am working on a turn-based iPhone game and I have an all-custom UI. Unfortunately, the only piece of the gaudy Game Center UI I can't get rid of is the turnBasedMatchMatchMakerViewController. I've ...
0
votes
1answer
22 views
Stop Animation with CCDirector AFTER adding UIViewController to cocos2d scene
I'm trying to add a UIKit ViewController on top of a cocos2d scene. Everything works great, but I need to run [[CCDirector sharedDirector] stopAnimation] AFTER the UIKit view is loaded completely.
I ...
0
votes
2answers
32 views
Change to another View Controller when pressing cell of UITableView
Hi I have a uitableview on my view controller and I want to go to another view controller when a cell is pressed, I read a couple of tutorial but all where from a table view controller.
Here is the ...
1
vote
3answers
126 views
How to build this screen in iOS?
I'm new to iOS development and am trying to build something like the screen below:
If I was doing it in Android, I can easily build the above UI in a few minutes. However, I don't know how to go ...




