0

How to load data in table view end of all codes? For example, all functions will finish then the table view will load. Please let me know if you have any suggestion.

3 Answers 3

3

You must call

tableview.reloadData() 

at the end of all the functions

Sign up to request clarification or add additional context in comments.

Comments

0

"tableView" is camel case

tableView.reloadData() 

Comments

0

Swift

tableview.reloadData() 

Objective C

[tableview.reloadData] 

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.