i\'ve a little problem with a simple table view, i\'m unable to display it, the app crash when i open the view, here is the code:
I\'m having some trouble drawing a custom gradient background in a UITableViewCell when the style is set to \'grouped\' and the cell is first or the last one of the section. My approach is to simply c
I have a UITableView showing over 50 custom-designed cells. The table shows ok, but if I scroll the table, no cells ever get reused. Instead my app just keeps loading new cells all the time, which is
I have a xib tableview controller and i can\'t get the size of the table view to shrink so that i may add additional things before the view(I would like to add some buttons). I try changing the frame
I\'m using ASIHTTPRequest to download files. My custom UITableViewCell has UIProgressView, it has a property to UIPRogressView called: downloadProgressView.
i\'ve a little problem with my first table view, i\'m using an example taken from internet but when i run the code, it crash saying:
I have a tableview with two actions in it, for the first on i use the delegate didSelectRowAtIndexPath, for the second one i would like to use an action on a button on my cell to do something else. My
I am creating a button pro-grammatically in my TableView Header cell and adding TouchUpInside Action to it. With UIButton Header contains two other UILabels also.
In iOS 4, I have a UIPopoverController that opens a UITableViewContr开发者_如何学编程oller with a long list of items (66).
How can I remove an object from a reversed NSArray. Currently I have a NSMutableArray, then I reverse it with