Escape single quotes in strings for SQLite3 database
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.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