iOS How to show URL in UIWebView in iPhone/iPad/iPod Aasim Naseem, January 26, 2011May 5, 2025 Hi everyone! Below is a small code to display contents over UIWebView. Assuming that you have declared a UIWebView in your header file; in my case it is detailWebView. That’s it; keeping user interaction and multi-touch options checked in the xib file will allow the user to play with the… Continue Reading
iOS Not enough frames in Stack – iO| Aasim Naseem, January 10, 2011May 5, 2025 If you are getting this error message in your console while running your app on iPhone/iPod (specially on 1G, having ios < 3.2) Above error is in UIKit.framework, it can be in any library. You need to closely look into error and find out the library Name. Following solution is for UIKit.framework;… Continue Reading
iOS MonoTouch: Building iPhone Apps Using C# and .NET Aasim Naseem, September 25, 2009May 5, 2025 Novell has released MonoTouch 1.0, what it claims is the industry’s first solution for developing applications for the iPhone and iPod Touch using the Microsoft .NET Framework, including C# and other .NET programming languages. Until now, developers primarily built iPhone applications using C and Objective-C. With MonoTouch, the creativity of millions of… Continue Reading