Sending email message from the app using MFMailComposeViewController in MessageUI on iPhone
2010.04.16 13:53:08 by Ondrej Rafaj
Just a short version of our tutorial "How to send mail from an iPhone app"
2010.04.16 13:53:08 by Ondrej Rafaj
Just a short version of our tutorial "How to send mail from an iPhone app"
2010.04.15 22:09:49 by Ondrej Rafaj
Short snippet that explains how to create new UIView programmatically, and than setu rounded corners, background color and than add this view to your main view on the screen
2010.03.11 15:05:32 by Ondrej Rafaj
2010.03.10 18:27:11 by Ondrej Rafaj
Example of validation of e-mail address field in Cocoa and on iPhone in XCode using regular expression without need of using RegexKitLite
2009.11.05 12:38:40 by Ondrej Rafaj
This function will escape the NSString for SQLite3 database. You can use this function to escape or change any other character.
2009.10.13 17:08:34 by Ondrej Rafaj
Very nice snippet, this allows you to keep your screen turned on as long as you need. Using the idleTimerDisabled in applicationDidFinishLaunching (UIApplication)
2009.09.22 02:30:56 by Ondrej Rafaj
Really simple example how to check the first launch of the iPhone application written in Objective-C in XCode.
2009.09.17 18:29:37 by Ondrej Rafaj
Example of using NSMutableArray and than reading all the variables back into the NSLog as a NSString.
2009.09.17 18:18:01 by Ondrej Rafaj
2009.09.16 20:49:05 by Ondrej Rafaj
Here you can see how to enable or disable (show/hide) the grey statusbar with the name of your operator and battery status in your iPhone application.
2009.09.04 17:38:18 by Ondrej Rafaj
2009.08.19 16:10:22 by Ondrej Rafaj
2009.08.19 12:34:37 by Ondrej Rafaj
2009.08.14 15:31:34 by Ondrej Rafaj
Example how to implement background image for UIView in your iPhone application.
2009.08.12 17:31:19 by Ondrej Rafaj
I you want to change state of the UISwitch with animation (looks better :)) just check this snippet.
We will be using UISwitch, beginAnimations, setAnimationDuration and commitAnimations
2009.08.10 16:29:09 by Ondrej Rafaj
2009.08.07 12:11:12 by Ondrej Rafaj
2009.08.06 12:58:56 by Ondrej Rafaj
2009.08.06 12:33:44 by Ondrej Rafaj