Top "Ios4" questions

The 2010-2011 version of the iPhone/iPad/iPod Touch/Apple TV operating system family, made by Apple.

How to remove gesture recogniser

SO, I am adding a gesture recogniser to an overlay view. When tapped on screen i want this overlay to …

iphone objective-c ios ipad ios4
How to get keyboard with Next, Previous and Done Button?

I want to have a keyboard which has a Next,Previous and Done button on top of it. I have …

iphone cocoa-touch ios4 iphone-keypad
iPhone : How to detect the end of slider drag?

How to detect the event when the user has ended the drag of a slider pointer?

ios iphone ios5 ios4 uislider
How to include and use new fonts in iPhone SDK?

I want to use font "MgOpen Modata" in my iphone App. But I dont see it in the font list …

iphone objective-c cocoa-touch iphone-sdk-3.0 ios4
Center Align text in UITableViewCell problem

I'm kinda new to Objective-C and iPhone development and I've come across a problem when trying to center the text …

objective-c iphone ios4
When to use enumerateObjectsUsingBlock vs. for

Besides the obvious differences: Use enumerateObjectsUsingBlock when you need both the index and the object Don't use enumerateObjectsUsingBlock when you …

objective-c multithreading ios4 objective-c-blocks
Couldn't register with the bootstrap Server

I just changed some code in my program and got this error: Couldn't register com.yourcompany.XXX with the bootstrap …

xcode ios4 iphone-sdk-3.0 ios5
How to programmatically rotate image by 90 Degrees in iPhone?

Possible Duplicate: How to Rotate a UIImage 90 degrees? How to programmatically rotate image by 90 Degrees in iPhone?

iphone objective-c cocoa-touch ios4 image-rotation
How to get audio volume level, and volume changed notifications on iOS?

I'm writing a very simple application that plays a sound when pressing a button. Since that button does not make …

ios iphone audio ios4 volume
Creating a new CLLocationCoordinate2D at custom Latitude/Longitude

I feel bad for asking this because it seems to be such a simple thing to get hung up on, …

objective-c ios ios4 mapkit