I have a controller built into a navigation controller with large headers and a UIRefreshControl. When I click on an update in my TableView, the activity indicator animation is very buggy.
I donโt know if I have bad behavior in my code?
tableView.refreshControl = UIRefreshControl() tableView.refreshControl?.addTarget(self, action: #selector(downloadData), for: .valueChanged)
false, . , tableView , Superview. , , , , , , . self.extendedlayoutincludesopaquebars = true
viewDidLoad:
navigationController?.navigationBar.isTranslucent = true
.
Source: https://habr.com/ru/post/1690254/More articles:Goroutines 8kb and windows OS thread 1 mb - multithreadingJDK 9 unsafe import sun.misc.Launcher - javaConnect / register Google with one click, access personal data - javascriptFunction declarations evaluation procedure - javascriptHow to get return value without waiting for opeartor - c #How to upload image in vuejs? - javascriptAccess to Localhost and Virtualhost from an emulator in Android Studio? - androidThe comma operator in the declaration - c ++Align FrameLayout inside ConstraintLayout to bottom - androidHow to check if an exact vector is a subset of another list vector - rAll Articles