Nothing fancy, it is in an UITableViewController class. had a user turn the phone to landscape mode and it showed the refresh control properly. Back to portrait and it is gone. but only on plus/max devices. Works fine in simulator. The only difference that i know of from when it worked until now is switching to scenes.
func setupRefreshControl() {
let refreshControl_ = UIRefreshControl.init()
self.refreshControl = refreshControl_
self.refreshControl?.addTarget(self,
action: #selector(self.refreshControlRequest),
for: .valueChanged)
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: