iOS How to record Audio in iOS Application Aasim Naseem, December 9, 2012April 9, 2025 Hello dev mate; Hope you had a good weekend and refreshing Monday; Today we’ll learn how to record audio in iOS application; Now a days, I’m working on an application where I need to record voice of user for some processing; I tried some framework classes from iOS sdk in… Continue Reading
iOS How To Find Available Disk Space of iOS Device? Aasim Naseem, February 14, 2012April 27, 2025 Hello, iOS fellows; Hope life is as bright as the retina display of iPhone 4S (: Well, its a Valentine’s night and I’m writing this blog post at mid night, thinking that may be someone get some benefit with these few lines and saved his/her time to googling here and… Continue Reading
iOS EmailSend Application in iPhone Aasim Naseem, January 6, 2012April 27, 2025 Hello everyone, Hope all is good around you. Here is another tutorial for iOS applications. I’m composing a series of tutorials on different topics; you can find the rest of the post under iOS categories. So here we go; in this application we will see how to send email on… 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