Top "Iphone" questions

DO NOT use this tag unless you are addressing Apple's iPhone and/or iPod touch specifically.

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
Making a UITableView scroll when text field is selected

After a lot of trial and error, I'm giving up and asking the question. I've seen a lot of people …

ios iphone uitableview keyboard scroll
Xcode "Device Locked" When iPhone is unlocked

When I tried to build and run, Xcode said my device was locked. I looked at my iPhone, and it's …

ios iphone xcode device
What is a provisioning profile used for when developing iPhone applications?

What is the purpose of a provisioning profile and why is it needed when developing an iPhone application? If I …

ios iphone xcode code-signing provisioning-profile
How do you add an action to a button programmatically in xcode

I know how to add an IBAction to a button by dragging from the interface builder, but I want to …

ios iphone objective-c uibutton programmatically-created
How to create NSIndexPath for TableView

I need delete row 1 of a table in a function I have defined. In order to use deleteRowAtIndexPath you must …

ios iphone uitableview nsindexpath
Get device token for push notification

I am working on push notifications. I wrote the following code for fetching a device token. - (BOOL)application:(UIApplication *)…

ios iphone push-notification apple-push-notifications appdelegate
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
Adding devices to team provisioning profile

I need to add a device to my team provisioning profile, however I do not physically have the device so …

iphone provisioning
How to set top-left alignment for UILabel for iOS application?

I have added one label in my nib file, then its required to have top-left alignment for that lable. As …

iphone ios label uilabel text-alignment