iOS How to record Audio in iOS Application AasimNaseem, 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? AasimNaseem, 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 AasimNaseem, 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| AasimNaseem, 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) [code] dyld: Symbol not found: _OBJC_CLASS_$_UIPopoverController Referenced from: /var/mobile/Applications/5BC198AF-22AF-4581-8787-E267D359E059/FilesAnyWhere.app/<your_app_name> Expected in: /System/Library/Frameworks/UIKit.framework/UIKit in /var/mobile/Applications/5BC198AF-22AF-4581-8787-E267D359E059/FilesAnyWhere.app/<your_app_name> <em>Data Formatters temporarily unavailable, will re-try after a 'continue'. (Not safe to call… Continue Reading
iOS MonoTouch: Building iPhone Apps Using C# and .NET AasimNaseem, 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