Equivalent to the Android's ViewPager on iOS? Swipe/flip through pages of data

前端 未结 5 1243
夕颜
夕颜 2021-01-30 06:51

On Android there\'s neat way to browse between several pages of data with the same layout by using ViewPager and Fragments. User swipes left or right, and the pages change. Ther

5条回答
  •  长发绾君心
    2021-01-30 07:39

    I've created a custom control for iOS which acts similar to android's viewPager. You can check this out here.

提交回复
热议问题