[MonoTouch] Tabbed project sample error
Alphapage
alphapage at gmail.com
Mon Oct 24 06:20:57 EDT 2011
Hello,
I try the tabbed project.
It is working in the Iphone simulator.
But when I try to deploy to my device 3.1.3, I get an exception in
window.RootViewController = tabBarController;
I set the project to target 3.0: the first time I had to change:
this.TabBarItem.Image = UIImage.FromBundle ("Images/first");
to
this.TabBarItem.Image = UIImage.FromBundle ("Images/first.png");
???
After I get this exception:
"objective c exception thrown NSInvalidArgumentexception *** UIIwindow
setrootviewcontroller unrecognized selection sent to instance 0x753920
Thanks in advance for your help.
--
View this message in context: http://monotouch.2284126.n4.nabble.com/Tabbed-project-sample-error-tp3932686p3932686.html
Sent from the MonoTouch mailing list archive at Nabble.com.
More information about the MonoTouch
mailing list