Top "Cocoa-touch" questions

The Cocoa Touch Frameworks that drive iOS apps share many proven patterns found on the Mac, but were built with a special focus on touch-based interfaces and optimization.

Can you autoplay HTML5 videos on the iPad?

The <video> tags autoplay="autoplay" attribute works fine in Safari. When testing on an iPad, the video must …

jquery ios objective-c html cocoa-touch
Easy way to dismiss keyboard?

I have quite a few controls scattered throughout many table cells in my table, and I was wondering if there's …

objective-c cocoa-touch sdk
How to round the corners of a button

I have a rectangle image (jpg) and want to use it to fill the background of a button with rounded …

ios cocoa-touch uibutton rounded-corners
How to lose margin/padding in UITextView?

I have a UITextView in my iOS Application, which displays a large amount of text. I am then paging this …

ios iphone cocoa-touch uikit uitextview
Text inset for UITextField?

I would like to inset the text of a UITextField. Is this possible?

ios cocoa-touch uitextfield
Cocoa: What's the difference between the frame and the bounds?

UIView and its subclasses all have the properties frame and bounds. What's the difference?

cocoa cocoa-touch uiview
How to load local html file into UIWebView

I'm trying to load a html file into my UIWebView but it won't work. Here's the stage: I have a …

ios objective-c iphone cocoa-touch uiwebview
How do you dismiss the keyboard when editing a UITextField

I know that I need to tell my UITextField to resign first responder when I want to dismis the keyboard, …

ios iphone cocoa-touch uitextfield uikeyboard
How to print Boolean flag in NSLog?

Is there a way to print value of Boolean flag in NSLog?

ios objective-c cocoa-touch