intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 224 forks source link

CardPartPagedView doesn't scroll content when currentPage is set. #211

Open muzoman opened 4 years ago

muzoman commented 4 years ago

Describe the bug If you set up CardPartPagedView with 3 pages and then set currentPage to 3 the control only displays page 1.

To Reproduce As above, in the example project add a line to set the currentPage to any value other than 1 and page 1 only is displayed.

Expected behavior Content page displayed that corresponds to the page number set for currentPage property.

Screenshots N/A

Info (please complete the following information): All devices and OS versions

Additional context N/A