I have a UITableView that gets populated via CoreData, and have just noticed something strange. I have about 20 rows or so in the UITable, and when I scroll down the table and back up again, the cell\
i am using UIviewcontroller subclasses. In my main view i have 3 buttons, each button will load a different nib. and each new nib is having one back button to come back to main view.
I have the following code: -(NSString *)tableView:(UITableView *)table titleForHeaderInSection:(NSInteger)section {
This problem is probably not specific to MFMailComposeViewController, but that is where I am having the problem...
In my native iPhone Appl开发者_运维技巧ication, I have a requirement to add a reminder to the user\'s iPhone Device.
I have a button on my view. I want to display an image as the background on it. The image is previously stored on the memory by the same application.
I want to change the background color of开发者_如何学编程 the keyboard when we are entering text in a textfield or textview.
I successfully set a custom image on MKAnnotationView to replace pins (I used the function setImage).
First of all I have to admit that I haven\'t upgraded to SDK 3.1 yet. AFAIK, there is possibility to record video using SDK, but again popping up camera and allowing user to start/stop recording and s
I have some issues with pushViewController. Essentially so far I have a class (UIViewController) that is essentially a UITableView (i have delegates for UITable) and it shows the UITable fine. Now I w