Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa-touch

What is the touches canceled event, and how is it different from touches ended

How to invoke TouchesBegan, TouchesMoved, TouchedEnded programmatically

iphone cocoa-touch uikit

Using an NSFetchedResultsController without a UITableViewController

Effective way to design and manage iPhone application similar to settings

Is it possible to use Cocoa Touch gesture recognizers with layers / CALayer objects?

cocoa-touch calayer ios

Getting UIView Type

XCode Static Analyzer: Analyzer skipped this file due to parse errors

Assigning, mutable to immutable array?

iPhone: get nearby places / places list

iphone cocoa-touch gps

NSFileManager: Continue writing to disk in background?

UIPickerView inside UITableView.tableFooterView doesn't receive drag touches

Use the system keyboard without a UITextView or UITextField

Is this a bug I should submit to Apple, or is this expected behavior?

UIToolBar unexpectedly registers taps on UIBarButtonItem instances even when tapping at a considerable distance from them

How can I force a UITableView to reloadData while keeping a UISearchBar active?

How to display standard up/down controls in iOS toolbar

Retrieving all 4 coordinates of a rotated UIImageView

iphone cocoa-touch

Stop a sound using the same button that plays it

objective-c cocoa-touch ios

UIView-layer addAnimation:forKey:

Adding category method to NSObject, but getting warnings because it's not in the <NSObject> protocol when I call it