Just upgraded MT this morning to be able to support iOS 6.  I'm seeing a
number of warnings when I build around a couple of deprecated methods in
iOS 6, specifically:

 

ViewDidUnload

ShouldAutorotateToInterfaceOrientation

 

I looked at Xamarin's doc on iOS 6
(http://docs.xamarin.com/ios/tutorials/Introduction_to_iOS_6), however
that doesn't seem to provide much guidance on these issues.  I also
tried creating a new project just to see if the project templates had
been updated to reflect these deprecated methods but it appears they
have not been.  Does anyone know how these two methods should be handled
in iOS 6?  The Xamarin doc talks a bit about ViewDidUnload but doesn't
mention anything about what should be done with the call to
ReleaseDesignerOutlets method that is called from ViewDidUnload.

 

Thanks!

 

Chris

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to