azurechen / ACTabScrollView

A fancy Menu and Pager UI extends UIScrollView with elegant, smooth and synchronized scrolling tabs.
MIT License
115 stars 35 forks source link

Disable Paging from Control? #10

Closed inPhilly closed 7 years ago

inPhilly commented 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?

azurechen commented 7 years ago

Just set tabScrollView.pagingEnabled = false will disable the paging function Thank you very much!