mvasco
mvasco

Reputation: 5101

How could I drag a tableview from up to down and fire an action then?

I have in mind following behaviour for my table view controller. It is a table view to show to do items, just like a tasks list. I want to know if it where possible to drag down the whole table view and hold it in this position, and while in this position the user could enter a voice command that should be stored as a sound file in a core data entity. Any proposals and help is welcome.

Upvotes: 0

Views: 118

Answers (1)

dcorbatta
dcorbatta

Reputation: 1889

There is a project that implement PullRefresh, but you can use this to do another stuff.

Take a look to EGOTableViewPullRefresh

Upvotes: 2

Related Questions