Some problem of easyTable
Closed this issue · 1 comments
magix commented
I have download your lib . After i init the easytable . I don`t know how to reloaddata , I want to choice one , and go down to below menu . The refresh could not work , So i back to the orignal tableview .
alekseyn commented
The UITableView that is extended by EasyTableView is accessible by EasyTableView's property "tableView". To reload data simply invoke the following method, assuming your instance is named easyTableView:
[easyTableView.tableView reloadData];