Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa-touch

Accessing value from array of objects

Add a storyboard view as a subview of a programmatically created view

Applying a CAShapeLayer mask to a UIView

ARC: how to inject custom dealloc IMP in object which in turn calls original dealloc without causing malloc error

How to add a private Spec Repo for using private pods?

ios cocoa-touch cocoapods

Where are the NSCocoaErrorDomain error code constants defined?

Take picture with iPhone API and transfer it to a server

iPhone Disabling UIActionSheet buttons

Drawing a text along a path in QuartzCore

How to download a text file with iPhone SDK?

iphone cocoa-touch download

UIBarButtonItem icon white when added via IB, black when added programmatically

Drag UIView between UIViews

Returning autoreleased objects using ARC

Removing shadows from UIWebView

Allow a user to edit the text in a UITableView cell

NSPredicate to check if attribute of object exits, if it does, get it

Why does Objective-C block still work without copying it to the heap?

objective-c ios cocoa-touch

Programmatically create pass for passkit on device?

ios cocoa-touch passbook

Sorting on 'transient' fields with NSFetchedresultController

Why is viewWillDisappear called at the wrong time when using manual view containment?