Closed inPhilly closed 7 years ago
I would like to use this control for a non-paging event (data reload only). As such, simply the delegate methods alone would work for me. Is there any way to disable the paging aspect of this control?
Just set tabScrollView.pagingEnabled = false will disable the paging function Thank you very much!
tabScrollView.pagingEnabled = false
I would like to use this control for a non-paging event (data reload only). As such, simply the delegate methods alone would work for me. Is there any way to disable the paging aspect of this control?