Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

Why does the compiler warn when redeclaring base class's readwrite property as readonly in subclass?

objective-c properties

Suppressing Class Method Not Found Warnings in Xcode [duplicate]

NSPredicate concatenating attributes

objective-c ios nspredicate

What is the equivalent of CGImageCreateWithImageInRect in MonoTouch?

Using Multiple Detail Views with Split View Controller

NSTask blocking the main thread

objective-c cocoa nstask

How to handle objective-c delegation from C++?

Memory Management: NSString's stringWithCString:encoding:

iOS Delete Button - Objective C

iphone objective-c ios

Why does Xcode4 not do any syntax highlighting in conditional compilation blocks?

rss read iphone/ipad app

iphone objective-c xml xcode rss

Objective C & iOS: running a timer? NSTimer/Threads/NSDate/etc

NSDateFormatter return incorrect date from string

iPhone - how to change the build configuration to distribution

How to set text position to bottom in textField

How to create a proxy protocol like UIAppearance

iphone objective-c ipad ios5

Why does UIImageView own UIImage. Does it violate MVC principles?

Do all objects inherit from NSObject?

objective-c xcode4

"The operation couldn’t be completed. (Cocoa error 512.)"

iphone objective-c nsdata

What's the equivalent of '[[something retain] autorelease]' in ARC?