shima11 / FlexiblePageControl

A flexible UIPageControl like Instagram.
MIT License
797 stars 108 forks source link

intrinsicContentSize is not updated if the numberOfPages is changed #21

Closed mime29 closed 5 years ago

mime29 commented 5 years ago

I use it in a cell and the component width is not updated when I update the numberOfPages. The result being that the dots are not centered in the view anymore.

An easy fix is to force the intrinsicContentSize to be updated and call https://developer.apple.com/documentation/uikit/uiview/1622457-invalidateintrinsiccontentsize

shima11 commented 5 years ago

Thank you for your information!

shima11 commented 5 years ago

As we updated in 1.0.8, please use that.

mime29 commented 5 years ago

ok, I will !

mime29 commented 5 years ago

It's working well now! Thank you Shima-san

You can close this issue now