Coming back to the ultimate purpose of this blog… helping my memory!Here we are: a code snippet to copy a…
Year: 2010
Getting NSDate from NSString
Very useful, yet short and simple, code snippet on how to rip the NSDate from NSString using NSDateFormatter: If you…
Rebuild Icon Cache in Windows (Vista and 7)
Rebuilding the Icon Cache Database Close all folder windows that are currently open. Launch Task Manager using the CTRL+SHIFT+ESC key…
Get iPhone Device Version
He is a quick way to separate iPhone 4 / iPhone 3 code snippets.
iPhone Touch Icon – Create your own Icon Set
Since the introduction to the iPhone 4, we now have some additional icons we need to create to support the…
Why Google Chrome?
There are some features that most ppl hasnt noticed in google Chrome. For my opinion Google Chrome will be the…
Wiscp on iPhone
First make sure you have ssh and bsd subsystem installed from installer. If you cant find the source reboot or…
Capture Save/Load/Remove Image in documents directory
NSFileManager offers a convenient way to write images to and load them from the documents directory. If you’re frequently doing…
CLLocationManager delegate method is not called in iOS4
Weird bug-easy solution. I did have this weird issue also when updating to SDK4.0. I couldn’t get CLLocationManager to work on simulator. This…
NSString Quickies
Yet another small useful collection of small code snippets for NSString.