I am making app where a list of countries to be shown. when the first time app runs the user selects the no. of countries..i stored that list in nsuser defaults..i want to checkmark those countries in the tableview when the app runs again for second time...
one more problem is when i scroll through the table view..and again comes to th...
I'm working on an app that has three table view controllers in a navigation stack. The root view controller and the second VC have toolbars, but I want to add a subview to the second view controller like this. (The color is just there for visualization.)
I want to add the view programmatically, since I haven't been able to do it with I...
Hi!
I have a feed reader that read automatically the homepage of my website! But when I change the feed URL and reload data the cell isn't reloaaded! Infact I must scroll the cell view (infact with this action is called the didselectrowatindex method) to reload data in the cell with the new ones.
I tried [tableview reload]; without any r...
Is There a method to simulate scrolling on a tableview?
I'm using custom cell!
...
once the cell in the last table view is selected the detailview comes into play. Well I need each cell in the last levels of hierarchy to load a different detailview. The detailview is a UIWebView so in other words I would like each cell to load a different url. I have a plist which populates my table view cells. Can I reference the url'...
Hi All,
I have a DXGrid that contains a TableView.
My Issue is that once I tab into the table view (SNOOP is showing it it focused), I never can exit out of the table view control.
There are other controls after the tableview.
All tabindexs are correctly set.
Thanks
...
Hi there!
I have following problem: I've got an UITableView with 7 custom cells. Each of these cells hold a label and an UITextField in it. Since the cells are somewhat big, you have to scroll down to see the last 3 cells. The problem is, as soon as I scroll down, the text in the textfields of the first 3 cells (those, that aren't visibl...
Hi ...I think is a little complete problem
about textfield in tableview cell
it looks like [IP xxx.xxx.xxx.xxx ] <--this is a cell in tableview
So...It means at least 4 textfield in a cell
But I have some questions
*1.*How to add more textfield to cell.accessoryView ?**
This is how I set a textfield in a cell
UITextField *tex...