Im going crazy trying to debug a problem, where I get an exception *** Terminating app due to uncaught exception \'NSInvalidArgumentException\', reason: \'-[NSCFString setText:]: unrecognized selecto
I would like to do something like this on the iPhone with a UILabel: John Doe, Jane Doe, John Smith, Jane Smith like this photo.
How can I get a UIButton like the ones at the bottom of this picutre (move and delete)? Specifically, I want an image with a text just like that.http://4.bp.blogspot.com/_QLwms0mVa4w/SQN0MqPIpXI/AAAAA
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
hi i am writing a temperature converter program in objective c for i phone my code is given below i am getting an error \"\"error: incompatible type for argument 1 of \'setText:\"\" please somebody he
This is what I am trying to do. MyViewController *viewController = [[MyViewController alloc] initWithNibName:@\"MyViewController\" bundle:nil];
I have a scroll view, in which I am adding multiple UIImageview\'s. For each image view I am adding a UIButton and a UILabel.
I am trying to updating UILabel text in a loop in every iteration but it is displaying only the last value whether there is time taken for completing the loop is about 30 -50 sec.
I have a bit gantt chart that i want to be visible on an iphone. It is 7200 x 1800px large, and consists of ~600 bars, each of which is a UILabel.
I am using UIProgresView for displaying downloading and in label the percentage of content downloads.The function is executing every time. When I displaying the progress value it is showing properly i