uitableview
iOS - How to add two rows of switches to a UITableView programmatically?
I am an开发者_开发百科 iOS development newbie. I am trying to add two switches to a table programmatically using the following code -[详细]
2023-04-12 14:50 分类:问答Cell accessorytype doesn't reload on [tableview reloadData]
I\'m very new to iPhone programming, so my problem might be caused by total lack of knowledge of very basic principles.[详细]
2023-04-12 14:44 分类:问答UIPickerView vs. a new UITableViewController
What do you think is a better method for letting a user choose an item from a list with an unknown but rather small (5-20) number of items?[详细]
2023-04-12 14:29 分类:问答Load UIViews from xibs into UITableView headers, footers and cells?
I have a popup view that I implemented as a full size, transparent view with a smaller, UITableView on top of that. What I want to be able to do is design views inside xibs then load them into the UIT[详细]
2023-04-12 13:51 分类:问答Changing specific cells in uitableview
I have a uitableview but I want to disable some cells and leave others enabled. I used the following code to disable all cells except for the first in the cellForRowAtIndexPath:[详细]
2023-04-12 12:54 分类:问答app crashes when i try to scroll the tableview
when i try to scroll my tableview it crashes the app,below shown is my code please help me to fix this issue[详细]
2023-04-12 12:46 分类:问答Activity indicator in all tableview cells, only shows on last one
I am trying to add a simple UIActivityIndicatorView to multiple table cells. The activity indicator is the same object for each cell. However, for some reason it is only showin开发者_Go百科g on the la[详细]
2023-04-12 12:32 分类:问答cellForRowAtIndexPath: not called
My app has two states: logged in and not logged in, and I have the following architecture (vastly simplified):[详细]
2023-04-12 12:04 分类:问答PageController and TableView
I have a page controller and that method pageAction defined like this : -(void)pageAction:(UIPageControl*)control[详细]
2023-04-12 12:04 分类:问答How to detect touches on UIImageView of UITableViewCell object in the UITableViewCellStyleSubtitle style
I am using the UITableViewCell object in the UITableViewCellStyleSubtitle style (i.e an image view on the left, text label in bold and under that a detail text label) to create my table. Now I need t[详细]
2023-04-12 11:52 分类:问答