Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

Linker error using extern "C" in Objective-C code

c++ objective-c c linker extern

ios retrieve when uitabbarcontroller item is selected

Issue with NSURLConnection, Basic Auth and Cookies

Why in Objective-C does doing alloc and init in separate statements cause the object to be released according to the Xcode static analyzer?

UIView animation for CGAffineTransformMake not working

iphone objective-c

iOS Mapkit - Cache maps?

iphone objective-c ios mapkit

Do I need to call [super viewDidUnload]?

Ordered CoreData records

Difference between Sleep and NSRunLoop runMode:beforeDate:

Better to allow an object type of 'id' or provide two arguments for two different types for a method?

How do I ensure a controller is retained until after it completes processing when converting to ARC?

Split an NSString by character count?

objective-c cocoa nsstring

How to get tcp/udp opening port list on iphone by objective-c?

iphone objective-c port

How to check programmatically what international keyboards are installed on iPhone?

iphone objective-c ios

How to add the object array to nsmutabledictionary with another array as key

iPhone - Different Default Boolean Value on Device

iphone objective-c boolean

iOS display a lock/unlock slider like the lock screen?

iphone objective-c ios slider

how to use a bool variable in objective c

iphone objective-c ios

formatting value in a string to have a decimal separator

RAII in Objective-C pattern?