HD HowTo Create Twitter Iphone App (3of4)(Xcode 3.2) Apple Tutorial Guide Help Source Code
Tutorial follows the source below. This is to help college students or others having difficulty with the book. For help feel free to post on tubelo.com To Download source files visit checkout.google.com Source: Dan, Pilone, Dan Pilone, Tracey Pilone, and Pilone Tracey. Head First Iphone Development: A Learner’s Guide to Creating Objective-C Applications for the Iphone. Sebastopol: O’Reilly Media, 2009. Print.






Check out MyAppInc (dot) com – They have a sale going on where you can build your own apps for $199!
interesting.. if you open the .xib file does it show up with the Picker on top or on bottom?
HI,
I just tried to follow you with this tutorial. Great that I can watch this in HD.
After this episode the App starts in Simulator, but the PickerWheel is now on the top of the view and the wheel’s content (the feelingwords) are below that.
Any Ideas?
i annotated it in the vid for you.
do you have a – after the message? its supposed to be an =
could be due to missing a { or }
interesting… go back and make sure all periods in the vid are periods in the code… i made the same mistake w. commas a couple times..
that should get rid of a couple errors…
‘themessage’ undeclared (first use in this function)
thats all so ?
Wrong type argument at unary minus
NSString* themessage- [NSString stringWithFormat:@”I’m %@ and feeling %@ about
3: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘-’ token
ok so now i got through starting the app in the simulator as i told u before….now i am having 4 errors in the last piece od code you wrote it tells me the following:
73: error: nested functions are disabled, use -fnested-functions to re-enable