Sephiroth87 / ODRefreshControl

A pull down to refresh control like the one in Apple's iOS6 Mail App
MIT License
2.15k stars 385 forks source link

Refresh #60

Open ihmunro opened 11 years ago

ihmunro commented 11 years ago

Hi There

Implemented as easy as you said.

So it looks like it is refreshing - but the TableView does not refresh.

I have the iPhone doing a JSON pull from a SQL Database.

Any ideas ?

Iain

matejkramny commented 11 years ago

Can you post some code?

Besides: Does your @selector get called (after you pull-to-refresh)? Do you call -tableview:reloadData after you pull the JSON?