I am an开发者_开发百科 iOS development newbie. I am trying to add two switches to a table programmatically using the following code -
I\'m very new to iPhone programming, so my problem might be caused by total lack of knowledge of very basic principles.
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?
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
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:
when i try to scroll my tableview it crashes the app,below shown is my code please help me to fix this issue
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
My app has two states: logged in and not logged in, and I have the following architecture (vastly simplified):
I have a page controller and that method pageAction defined like this : -(void)pageAction:(UIPageControl*)control
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