alekseyn / EasyTableView

Horizontal and vertical scrolling table views for iOS
BSD 3-Clause "New" or "Revised" License
584 stars 157 forks source link

Some problem of easyTable #16

Closed magix closed 12 years ago

magix commented 12 years ago

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 12 years ago

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];