Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in objective-c

How do i add add a navigation controller to a xib

copy video to uipasteboard

UIBezierPath intersect

iOS how to calculate number of pixels/area enclosed by a curve?

Securely zero out memory in NSString

Select a table view cell programmatically: selectRowAtIndexPath vs setSelected

What's the largest value an NSNumber can store?

Custom UISlider like the Music app

NSCachedURLResponse returns object, but UIWebView does not interprets content

When/where the arrow notation "->" should be used in Objective-C?

objective-c notation

generating random numbers without consecutive repetition

objective-c random

Multi-threaded Objective-C accessors: GCD vs locks

Reason for declaring a property as (strong, strong)

objective-c

Understanding UITableView dequeueReusableCellWithIdentifier - returns cell even on the first call

ios objective-c uitableview

iOS framework and Category import

CGContextFillRects: invalid context - Objective C

iphone ios objective-c

Map url parameters to objects using RESTKit

Clicking a custom UITableView section header is invoking didSelectRow: on first row of the section

ios objective-c uitableview

Register app to open from Safari's "share" or "open in..." dialog not working. (though works from other apps)

enumerateKeysAndObjectsUsingBlock: can I be sure it is called on the same thread?