SCSafariPageController:一个类似 iOS Safari 切换标签页时的特效
jopen
9年前
SCSafariPageController:一个类似 iOS Safari 切换标签页时的特效。这个框架接口类似于 UIPageViewController,用户可提供页面信息,框架将使用 3D 动画帮助实现切换。如果在应用中有需要模仿系统浏览器标签切换效果的需求,这个框架应该可以帮助你节省不少时间。
Features:
- can zoom out, partially overlap and lean in pages similar to Safari
- can zoom in and focus on any of the pages and animates the layout change
- allows swipe to delete on one or multiple pages at the same time
- dynamically adapts the inter-item spacings and page angles based on the total number of pages, even while swiping to delete
- increases the page angles when scrolling outside its bounds
- supports incremental updates
and all the rest of the SCPageViewController niceties.