Trying to compare a date (shown in a label, \'\'fed\'\' by an NSDate) and a string I\'ve specified in order to disable a button. The label shows the date correctly and there are no fatal errors but th
I\'d like to hide an UIImage with a code in a method ... then display something else in its place and then re-enable it again. How would I go about doing this ?
I have a multiline UILabel whose font size I\'d like to adjust depending on the text length. The whole text should fit into the label\'s frame without truncating it.
i am prog开发者_如何学Pythonramming an iphone application and need help with the UILabels. An example:
I am trying to use a UIAlertView essentially as a label (no title or buttons, just display text) for aesthetic purposes.I want to be able to continue to use everything else in the app (touch other but
i have a tableview. in cell i am displaying some string data from xml. in that string some italic tags and some normal tags r there.
I\'m trying to write a \"hello world\" for iPhone 4.As this is my first attempt at iPhone app development, and my first experience with Objective C, please feel free to assume you need to teach me how
I have this code and it gives the result of the screenshot below. It\'s in the tableView:cellForRowAtIndexPath: method. I don\'t know why the text above the bars isn\'t showing. Does anyone have any i
Is there a way to have the textColor property of a UILabel be two different UIColors开发者_StackOverflow中文版? Basically I\'m trying to make the first character in the UILabel text property to be gre
I have some strange behavior in my iphone app. I have an NSTimer which counts down. When the app closes, I save the time and subtract that from the current countdown timer when the app reopens.