Indicator not show on swipe or start refreshing even I try custom view and it's the same thing
on scrollview
let animator = Animator(refreshView: refreshView)
refresh = PullToRefresh(refreshView: refreshView, animator: animator, height: 165, position: .top)
scrollView.addPullToRefresh(refresh) {
self.updateHome()
}