Questions tagged as 'uitableview'

1
answer

Pass array from a UITableView to another UITableView

Talk the guys! It is difficult to get the value of a array in a uitableview and move to another uitableview . There is no error appearing, but it does not print anything on the console when accessing the next uitableview...
asked by 17.04.2016 / 01:25
0
answers

TableView in UIView in Swift 2.0

I'm trying to create a table inside a view. So that when the user is in view1 and pressing a button open a smaller view2 within view1 and choose one of the data from the table and when loading carries the selected data to view1. I started by...
asked by 12.04.2016 / 18:31
2
answers

How to reload data in a tableview without losing previous data (swift)

Hello, I have a tableview that will receive data on demand. however when I call the scrollViewDidEndDragging function that has a call to the tableview.reloadData () it overrides the previously loaded data. Load Data func carregaDados(pagina...
asked by 18.03.2015 / 03:40
0
answers

How to replace a table view with a collection view?

I'm trying to replace a table view with a collection view. I searched the documentation, but found nothing. Here is the prototype version, ie the most current version has UITableViewController by UICollectionViewController, the problem itself...
asked by 28.12.2018 / 19:08