0
votes
2answers
30 views

how can i acess a cells object if selected

i seem to be having some difficulty trying to access a particular cell, i just need to change one of its objects when i select it in the tableview. There must be a way more efficient way than just ...
1
vote
6answers
90 views

Unwanted Tablecells showing

I am trying to remove these tablecells which I am not using but don't know how. I already specified how many cells I want but these unwanted one keep showing, like so; - ...
1
vote
1answer
89 views

How to show last added data in table without reload it?

I have a tableview and at the time of viewDidLoad there are 20 rows. Now I have a button to add 1 more row data in table. At this time I don't want to reload the table and want to show updated table ...
0
votes
1answer
309 views

Scroll to selected tablecell

I implemented a TableView to show up a PickerView when a particular row is selected. But that would sometime block the selected cell. So, I want my scrollView to scroll to the selected cell when the ...