I am trying to figure out how to do this in a table view
in swift
. Each time the user pulls the view beyond a certain threshold, and lets go, the view should trigger a perform segue. I know how to transition with a button but I am not sure how to do this. Does anyone have any ideas or a link to where I can do find the information? This image was taken from the Day One App but i believe Clear also does the same. Thanks in advance.
Asked
Active
Viewed 61 times
0

Ramkrishna Sharma
- 6,961
- 3
- 42
- 51

Gugulethu
- 1,426
- 3
- 18
- 36
-
Look at the link https://github.com/dekatotoro/PullToRefreshSwift which similar to display the loading. – Ramkrishna Sharma Jan 08 '16 at 12:00
-
@RamkrishnaSharma Awesome. Thanks a lot. :) – Gugulethu Jan 08 '16 at 15:26
1 Answers
0
See the answer for "Pull down to refresh" here
If you want to custom the icon, see this tutorial
-
This is a really thin answer; http://meta.stackexchange.com/questions/8231/are-answers-that-just-contain-links-elsewhere-really-good-answers Next time, consider possibly elaborating each link, and, if the question is a duplicate, flag it. – dfrib Jan 08 '16 at 16:06
-
@dfri It's not really duplicate, because he want to customize the icon. Anyway, thank for reminding me. – t4nhpt Jan 09 '16 at 02:20