Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in iphone

How to edit stored value in NSUserDefaults

iphone cocoa nsuserdefaults

iPhone: Where to store username and password credentials?

how can I handle push notification when my app is not running

How do i give my un-released iPhone app to people who aren't near me to test?

iphone cocoa-touch beta

Which is this NSDateFormatter style Friday, December 18th

Is it good practice to use AppDelegate for data manipulation and Handling?

how change the alpha value of half of UIImage or UIImageView

Should I use multiple threads within my OpenGL ES game?

Why use Cocos over UI Kit for a 2D iPhone game?

iphone uikit cocos2d-iphone

Facebook connect Batch requests and FQL error problem

‘static‘ UIButton ontop UIScrollview?

Displaying an Image from URL Objective C

iphone objective-c url ios4

In Cocos2D how do I detect that finger is being held down?

ipad 2 camera support detection

iphone objective-c ipad camera

How to split the numbers and characters in to two strings in objective c?

iphone objective-c string

Default base class for objective c classes

iphone objective-c ios oop

Handling CFNull objects in NSPropertyListSerialization

call method every 5 minutes in my UIView

iphone objective-c ios

Autosizing UIImageView in code

iphone objective-c autosize

Objective-C properties - is using [self myProperty] or self.myProperty slower than myProperty?