Just few notes about SIGPIPE … I was writing a simple utility in order to zip iPhone contents. Utility allows you to download zip using a normal desktop...
Tag - iphone
I had almost forgotten about macro variadic … until I needed it. When a macro (or function) is declared with a variable number of arguments then this...
Objective-C access photos video: how to access programatically to photos and videos which are under the control of the Photos application. Photo application...
Here : #1 blocks overview #2 blocks have lexical scope #3 definition #4 example : performSelectorOnMainThread #1 Blocks overview Block is an object that...
I’m referring to an iPhone which isn’t jailbroken I was wondering how to read SMS content programmatically (Objective-c) from my iPhone. But...
In case there is the need to do some actions “automatically” while building an app we can attach a shell script to a “build phase“...
UILabel can’t show styled text … in this post UIWebView used like a “rich text label” ( SDK 4.2): -A- How to use UIWebView with...