Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cocoa-touch

why isn't -layoutSubviews being called?

Do I need to set these variables to nil in viewDidLoad as I have in this code?

iphone cocoa-touch

How to use UITextRange to get substring from a UITextField

UINavigationController Title not Applied

iphone cocoa-touch uikit

Can't create UIImageView from file

ios cocoa-touch xcode4

iOS: How to create and draw into (and save) an image larger than the screen?

How do memory management properties affect cells of an array?

My UIViewController is "lying" about its center property

Where to put local variables

Overriding drawRect: and pushing new offset CGContexts onto the stack

How do I measure the velocity of a swipe?

objective-c cocoa-touch

Why should I use KVC rather than the simple dot syntax when accessing object properties?

Adjust font size in Navigation Title

How do you build a custom control in UIKIt?

iphone cocoa-touch

iPhone SDK - Big UITableViewCell

iOS UIView with dynamic height depending on number of elements inside

What is the difference between DispatchQueue schedule() vs DispatchQueue async() vs DispatchQueue concurrentPerform() for iOS Application

How to show a UIDatePicker over the tab bar, in an orientation-friendly way?