Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

What is the '^' in Objective-C

objective-c

Objective c: NSString NSData reading from file problem

objective-c

How do I convert a string into an integer in objective C? [duplicate]

objective-c string int

How to set a NSView hidden with FadeOut animation in cocoa?

objective-c cocoa

UIButton in UIBarButtonItem not showing up

NSDate - Offsetting the Time Zone

objective-c nsdate

Trying to programmatically add a button to UINavigationController but it never shows up

Entitlements.plist error when trying to build non ad-hoc versions?

iphone objective-c xcode ios

Objective-c, how to access an instance variable from another class

Adding an empty .c file to Xcode Cocoa project causes thousands of errors

objective-c c xcode

dyld: Symbol not found: error how to resolve this issue

Use of Blocks crashes app in iPhone Simulator 4.3/XCode 4.2 and 4.0.2

New error in iOS 5: WebKit discarded an uncaught exception

Why NSData dataWithContentsOfURL sometimes return NULL value?

objective-c cocoa

how to fetch the details of the audio file in iPhone

dispatch_sync call into a dispatch_async call

Xcode/clang: Why do some, not all, of my headers give "warning: no rule to process file xxx for architecture arm7"

Apple's Key Value Coding - can somebody explain to a C# developer why I would need this and what it does?

How do I programmatically add a UIImage to a UIImageView then add that UIImageView to another UIView?

How to play video using MPMoviePlayerController?