Tagged Questions

Method in UIViewController class (Apple iOS SDK) for managing the view. Called after the controller’s view is loaded into memory.

learn more… | top users | synonyms

11
votes
5answers
4k views

Do I always have to call [super viewDidLoad] in the -viewDidLoad method?

In Apple's scrollView example they don't call that. I always thought that's a must. Why should I call that anyways?
6
votes
3answers
7k views

Do I programatically add SubViews in ViewDidAppear, ViewDidLoad, ViewWillAppear, the constructor?

I'm trying to figure out from Apple's sketchy documentation which method is the best place to be initializing and adding my Views controls to the controller's view. With winforms it's fairly ...
5
votes
3answers
580 views

How do I detect an iPad's interfaceRotation at the start?

I'm having problems getting my iPad app to detect its interfaceOrientation in the first UIViewController I initialize (in code). In fact, if I trace for application.statusBarOrientation, that too ...
5
votes
7answers
5k views

viewDidLoad getting called twice on rootViewController at launch

Anyone know why this root View Controller's viewDidLoad is being called twice at launch? It's driving me nuts! here's the stack trace from first time through viewDidLoad: #0 0x0000276a in ...
4
votes
4answers
300 views

How to find out the exact frame of a UIViewController's view?

When is it possible to know the exact size of a UIViewController's view? The Problem I have a multi-line UILabel whose frame depends of its text and the width of the parent view. Given that I need ...
4
votes
3answers
136 views

A simple viewDidLoad question

I have an app with a UINavigationController with a tabBarController and quite a few views. My two main views, that correspond to the two tabs, both show a nice MBProgressHUD when they are loading ...
3
votes
3answers
74 views

LandscapeOrientation on start of didload method in objective c

I've made an iPad application, It works fine when I load my application in portrait mode for first time, but when I load my application in landscape mode for the first time, it takes the coordinates ...
3
votes
3answers
1k views

This Code works on iOS4.3 not iOS5

The following code works as expected on iOS4.3 iPhone and iPad, and iOS5 iPhone, but crashes on iOS5 iPad. This is called for the first view that I call in a Tab based application, when the prior ...
3
votes
2answers
284 views

Code Redundancy… should I call viewDidUnload in dealloc

I'm not going to go into the which one is called when and why. (There is a lot on that already) Since we can't rely on viewDidUnload being called before dealloc I find myself with a lot of duplicated ...
3
votes
2answers
241 views

When I switch back and forth between views, my viewDidLoad is not being called a second time?

So I have two views. One views loads when I start the app. Then when I press a button on that view it loads a another view. - (IBAction)triggerGame { leveldata = [[NSMutableDictionary alloc] ...
3
votes
4answers
3k views

presentModalViewController in viewDidLoad on first launch

I've been searching around but unfortunately have had no luck. My app requires the user to sign in/sign up the first time he or she launches the app. I know how to determine first launch (using ...
3
votes
3answers
3k views

UIImagePickerController not loading in viewDidLoad for iPhone SDK

I'm trying to show a UIImagePickerController as soon as one of my view controller loads. I'd like to this without the user having to press a button so I overrode the viewDidLoad method as follows: - ...
2
votes
1answer
96 views

viewDidLoad not working (without NIB)

I have been a big fan of this site for a long time, but this is my first posted question. I have read every post similar to the topic (I think), however they all are using NIB files. I have NO nib ...
2
votes
1answer
26 views

two viewDidLoad messages when only one expected

Can anybody think of why this line of code [self.view insertSubview:dataInputController.view atIndex:0]; would generate two viewDidLoad messages to the dataInputViewController followed by one ...
2
votes
4answers
470 views

XCode 4.2 debugging on a viewDidLoad or viewDidDisappear will end on a EXC_BAD_ACCESS

XCode 4.2 debugging on a viewDidLoad or viewDidDisappear will end on a EXC_BAD_ACCESS It breaks on that breakpoint but when continuing ("Continue program execution") it returns a: EXC_BAD_ACCESS ...
2
votes
1answer
304 views

Public properties are always null in ViewDidLoad in a custom TabBarController in MonoTouch

I've been working on a class derived from UITabBarController. At the most basic level, what I'm trying to do is add a BackgroundColor property, and other public properties, that I can instantiate in ...
2
votes
2answers
329 views

Weird behavior running MPMoviePlayerController in viewDidLoad

I'm using the MediaPlayer framework to play a pretty sizeable movie (~200 MB) as soon as my application is launched. When I attempt to play the video in my viewDidLoad, breakpoints indicated that the ...
2
votes
2answers
267 views

What is the difference between dealloc and viewdidunload?

When should I release all the memory I allocated in my program? Because I only have a viewDidLoad method where I do my business. Should I leave dealloc empty and cleanup only in viewDidUnload?
2
votes
3answers
690 views

viewDidLoad and awakeFromNib timing

It is my understanding that awakeFromNib will always be called before viewDidLoad. So I have a subclass of a UITableViewController, which is unarchived from a xib file. I defined these two methods ...
2
votes
2answers
411 views

iOS Root View Controller's viewDidAppear: called while splash screen (Default.png) still on screen

In my iOS app I want to run a series of operations in my Root View Controller after it has already appeared on the screen. However, it seems that the iOS app is calling viewDidAppear while the splash ...
2
votes
2answers
483 views

Android's viewDidLoad and viewDidAppear equivalent

Does Android have an equivalent to Cocoa's viewDidLoad and viewDidAppear functions? If not, then how would I go about performing an action when a View appears? My app is a tabbed application, in ...
2
votes
1answer
424 views

Iphone app development - How do I reload(?) views?

Okay, I'm working on a iPhone game. You start off on a menu screen, then select "New Game" or "High Scores". Let's select "New Game." The first time you do this, you get an alert telling you how to ...
2
votes
3answers
3k views

How to add an animation to the UIView in viewDidAppear?

I tried to add a animation to viewDidLoad and viewDidAppear, but it doesn't work: - (void)viewDidAppear:(BOOL)animated{ [UIView beginAnimations:@"transition" context:NULL]; [UIView ...
2
votes
1answer
532 views

How to keep an NSArray available to all methods when programming for the iPhone

I am making an iPhone app that uses a few NSArrays. Right now I have to generate the arrays in each method. I know there has to be an more efficient way of doing this, like having the NSArrays ...
2
votes
2answers
211 views

Iphone load XIB/m/h Problem

why does this not work: - (void)viewDidLoad { Login *neu =[[Login alloc] initWithNibName:nil bundle:nil]; [self presentModalViewController:neu animated:NO]; } but this works ...
2
votes
3answers
571 views

Is it possible to have a sound play before/during the splash screen?

My app takes a few seconds to load and I have a splash screen. Once "viewDidLoad" I have a little sound play. I feel that the sound would be in better use if it started playing when the splash ...
1
vote
1answer
31 views

What data is better to initialize in loadView versus init

When memory is low and views get cleaned up by the OS, my understanding is that viewDidUnload is an appropriate place to clean up objects and memory used by your UIViewController (that otherwise ...
1
vote
2answers
194 views

How to grey out the background when UIActivityIndicator is on screen

I currently have a activity indicator appearing on screen for a second or two. I would like to grey out the background as this appears on screen but I am not sure how to do this... heres how I have ...
1
vote
2answers
64 views

iOS: Running database query in viewDidLoad only works once

So let's see if I can write a clear enough description of my problem... I'm developing an application for a museum, where the user can find artworks either through an id or by scanning a qr tag... ...
1
vote
0answers
151 views

The correct place to set the UINavigationController's back button title

I'm a bit confused with setting the title of navigation item's back button. Usual this is done in the viewDidLoad but in my case the view controller is created without the view being loaded. On ...
1
vote
1answer
77 views

iOS: UIViewController is Not Being Pushed Problem

I'm working on a new app where there is a "main" UIViewController with some UIButtons and once the user clicks on the buttons, the application is navigating to another UIViewController. For some ...
1
vote
1answer
522 views

iOS - viewDidLoad is being called BEFORE the didFinishLaunchingWithOptions delegate?

I have an application that is working as it was supposed to. However, I put one breakpoint at the first line of my rootViewController's viewDidLoad method and another breakpoint in the first line of ...
1
vote
2answers
273 views

Why am I having to manually set my view's frame in viewDidLoad?

I have a pretty basic setup with a UINavigationController inside a UITabBarController. I'm wanting to programmatically layout the view of the rootViewController of that navcontroller, but when I look ...
1
vote
0answers
175 views

injecting UINibExternalObjects to an self initialzied ViewController

I want to navigate from one ViewController to another. As part of this I want to pass the ViewController I want to navigate to some information. I encapsulated the information into an Object that I ...
1
vote
1answer
272 views

How do I get UIView autoresize rules to fire at viewDidLoad?

I've created an iPad-targeted UIView in Interface Builder with struts and springs. Autoresizing works perfectly once the app is running, as I change the device orientation. But at startup, the ...
1
vote
2answers
114 views

explanation for Apple's advise to nil objects in “viewDidUnload”?

I would be interested in anyone who can provide a little more information regarding Apple's recommendation below (found in the Core Data tutorial) re nil'ing objects in "viewDidUnload". For example: ...
1
vote
1answer
96 views

I want to make call in viewdidLoad

I want to make call to any number as soon as viewdidload is called ?
1
vote
1answer
417 views

iPhone - viewDidUnload/viewDidLoad called inconsistently

I was doing some testing and debugging of my Iphone app today and encountered some strange behaviour. In my MainView I have two modal views and when showing one of these using ...
1
vote
2answers
599 views

viewDidLoad not called when using loadView

Can anyone explain why viewDidLoad does not get called when loadView is used? It's my understanding that viewDidLoad should still get called. - (void)loadView { CGRect currentFrame = [[UIScreen ...
1
vote
1answer
243 views

iPhone view loaded many times… but never unloaded?

My iPhone app is based on a common "utility template" like Apple's own Weather app. I click on the info-button and it flips the screen around. I click on my done button... and it flips back. That ...
1
vote
1answer
386 views

Mistake in autoResizingMask

i have implemented a small viewDidLoad() to show an Picture with autoresizing, but it doesn't work, could please someone help me and say what is the mistake in this code in line 3 and 4???? imageView ...
1
vote
3answers
1k views

Home button doesn't exit app in iPhone simulator 4.0

I noticed that when building then running viewDidLoad only gets called once. If you press the home button and re-enter the application, viewDidLoad does not execute again. Another thing I noticed is ...
1
vote
1answer
951 views

Refresh view controller content on app entering foreground

I have an app with a tab bar that has a few tabs with user-generated content. When each view controller loads, the viewDidLoad method makes HTTP requests to a server to fetch data, then populates its ...
1
vote
3answers
331 views

viewDidLoad is called only the first time

someone could tell me please why when launch my app in the second time (after pressing the home button) the method viewDidLoad is not being called. thanx.
1
vote
3answers
176 views

Memory Managment and viewDidLoad (iphone, objective-c)

I am allocating an NSArray in viewDidLoad (firstly is that alright to do, like is it good pratice?) but where do I release it? In ViewDidUnload, dealloc or didRecieveMemoryWarning? (also should I ...
1
vote
1answer
132 views

Why wont my viewDidLoad method execute?

I have an iPhone app, with a tab bar controller. Before the tab bar is loaded, I present a modal view for registration. Once registration is completed this view is dismissed, and the tabs appear, with ...
1
vote
1answer
589 views

viewDidLoad & viewWillAppear conspiracy

I have a favorites plist file when I try to load it like this - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; NSString *path = [[NSBundle mainBundle] ...
1
vote
1answer
1k views

iOS 4 Unable to access variable crashes app

Under iOS 4, when my app installs from xcode it crashes on the first launch but not on subsiquent launches. After commenting out some addSubView methods the debugger is finally giving me one piece ...
1
vote
1answer
441 views

does viewDidLoad get called after a popViewController call?

Does viewDidLoad get called when you're popping back to a UIView?
1
vote
3answers
2k views

iPhone dev - viewDidLoad and viewDidUnload in programmatically created view?

I read somewhere that in a programmatically created view in a UIViewController, not using Interface Builder, -viewDidLoad and -viewDidUnload should not be used. Is this right? Why? Where would I ...

1 2 3 4