03-10-2010, 12:53 PM
|
#2 (permalink)
|
|
Registered Member
Join Date: Aug 2009
Posts: 23
|
Quote:
Originally Posted by coulls
Hi all,
I have what I think is an easy problem, though the solution evades me right now.
I have a tab bar application with three views. The problem is when the middle view is shown I want to do some mapkit and gps stuff, but the code never runs.
At first, I put the code into the viewDidLoad event, stuck a breakpoint on it, and the breakpoint is never hit. So, I moved the code to the viewDidAppear event, and the same thing happened... the code doesn't seem to run, even though the view shows up.
Has anyone else ever hit this issue?
Cheers,
Coulls
|
I'm going to make a random guess and suggest you check you've configured the outlets correctly in IB..?
Want to post some code?
__________________
Working on: 1st app
Status: PoC working.
iPhone Developer Program enrolled.
Alpha testing in progress....
|
|
|