Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

if i add a UIRefreshControl inside a TableView (not a TableViewController), a little smaller, i can't get the refresh activated cause the table hasnt the height that expected, is there any way to modify the sensivity of UIRefreshControl?

enter image description here

I have to use another finger when i arrive to the bottom of the uitableview, and continue getting to the bottom.

share|improve this question
I think it would be better to use a different type of control to refresh the table if it is too small to use a pull to refresh control. – Fogmeister May 9 at 12:41
I'm condiering inserting a button on top of the table, but is so sick i cant set a sentivity or something like this to refresh the table – user588125 May 9 at 12:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.