https://github.com/tapwork/frozenrefreshcontrol
https://github.com/tapwork/frozenrefreshcontrol
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tapwork/frozenrefreshcontrol
- Owner: tapwork
- License: mit
- Created: 2015-09-29T11:53:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T11:57:13.000Z (over 10 years ago)
- Last Synced: 2025-12-26T13:10:42.229Z (6 months ago)
- Language: Objective-C
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Summary
Presententing a modal viewcontroller when the UIRefreshControl is running, the UIRefreshControl stops rotating and will be frozen.
Issue occurs since iOS 9.
#Steps to Reproduce
1. Open attached example project
2. Do a pull to refresh in order to trigger the UIRefreshControl
3. Tap a row of the UITableView to open a modal viewcontroller
4. Close modal viewcontroller
5. UIRefreshControl does not rotate anymore
#Expected Results
UIRefreshControl should still be active after dismissing the modal viewcontroller
#Actual Results
UIRefreshControl does not rotate after dismissing the modal viewcontroller. But is still visible (frozen!)
See [example](https://raw.githubusercontent.com/tapwork/frozenrefreshcontrol/master/example.png)
#Version
iOS 9.0.1
#Configuration
iPhone 5s iOS 9.0.1