Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 07-05-2009, 01:11 PM   #2 (permalink)
Bovn
Tutorial Author
 
Join Date: Jun 2009
Posts: 25
Default

You haven't synthesized your tabBarController variable. So add this:
Code:
@synthesize tabBarController;
... under the line:
Code:
@synthesize window;
And of course you have to declare that variable in your .h file, but I'm guessing you might have done that already?

Remember that all variables that you use @property for in your .h file must be @synthesized in your .m file.
Bovn is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 158,865
Threads: 89,223
Posts: 380,688
Top Poster: BrianSlick (7,129)
Welcome to our newest member, aimeeclowers
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 05:55 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.