THSegmentedPager icon indicating copy to clipboard operation
THSegmentedPager copied to clipboard

Simple plugin-sample using the HMSegmentedControl and a UIPageViewController to show Tabs

Results 5 THSegmentedPager issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to get page index on Page swip . but no luck. can you please helpe me

There were issue on fast scrolling in previous versions which i haven't found in the new version but does it work on iPhone X or not?

Add an useful property that we can easily control the animate at the pager selection changed.

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Hi, When we swipe pages, `HMSegmentedControl`'s `UIControlEventValueChanged` event is not getting triggered. I've added an action to `pageControl` which listens to `UIControlEventValueChanged` event. which is not getting called on page...