I am developing a mono touch app and need to have a UIWebView
take up the entire screen (no navigation controller showing), but have a button on the WebView content be able to load a new ViewController to do barcode scanning. I am not quite sure how to pull this off with the button being in the actual HTML content and not on the native side. Is this even possible?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?