maxep/MXSegmentedPager

Selected Segment - scroll issue

Closed this issue ยท 10 comments

Selected segment control with selection indicator displays to left or right instead of center.

  • When selecting any segment, it scrolls to left or right side of the screen.
  • I have used this library before and it was working properly. But after updating pods it is not working as it was before.

Selected segment should display in center of the screen not on right or left of the screen.

Is there any way to make it working as it was before ?
Can you please help me out for this issue ?

I'm facing the same issue, after updating the library.
Did you find any solution??

TableView Scroll is not working when i attched HeaderView

TableView Scroll is not working when i attched HeaderView

after all config, call:

    segmentedPagerView.layoutIfNeeded()

how to stop scroll for view header ??

Anyone found any solution on this ? Facing similar issues after updating pod.

TableView Scroll is not working when i attched HeaderView

Same issue with varunsdcet. I wonder is this working for swift ? There is no Parallax working example for Swift too.

I notice in Swift, the parallax only activated after I initiate device rotation.
The cover image also display out of the screen , expands to the right.
Gets normal after rotating device.
Any help ?

@neobie segmentedPagerView.layoutIfNeeded() call on viewdidload() working in my case

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.