Do you possibly need to tell the toolbar to show at the top? Iie call BringViewToFront (I think thats the method)
Looks like there are multiple ways to do this, too: iOS4+ http://www.musicalgeometry.com/?p=1273 iOS3+: http://www.musicalgeometry.com/?p=821 On Fri, May 11, 2012 at 5:39 PM, Okash <[email protected]> wrote: > Hello, > > When following code is run... > > // _picker is the UIImagePickerController instance. This is meant > to show photo camera. > _picker.ShowsCameraControls = false; > // _toolbar is an instance of UIToolbar > _picker.CameraOverlayView = _toolbar; > > ... the overlay toolbar appears as expected EXCEPT for one little glitch. > When the camera comes up with its animation, the overlay toolbar disappears > during the animation and then reappears when the camera is back on. > > I'm happy to provide further details, if you need any. > > Cheers, Okash > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/UIImagePickerController-overlay-view-temporarily-disappearing-and-reappearing-tp4626945.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
