文件名称:Jelly::water_wave:-Jelly是一个用于动画,非交互式和交互式ViewController过渡和演示的库,重点是简单而灵活的API
文件大小:4.81MB
文件格式:ZIP
更新时间:2024-02-24 10:50:31
swift ios uikit animations uiviewcontroller
Jelly是一个用于动画,非交互式和交互式ViewController的库过渡和演示,着重于简单而灵活的API。 通过几行源代码,交互式UIViewController进行了转换并可以创建可自定义大小的UIViewController演示文稿, 无需使用繁琐的UIKit Transitioning API。 var slidePresentation = SlidePresentation ( direction : . left ) let animator = Animator ( presentation : slidePresentation) animator. prepare ( viewController : viewController) present (viewController, animated : true , completion : nil ) 创建一个Presentation对象 使用演示配置Animator 调用prepare函数 使用本机UIViewController表示功能。 class ViewController : UIVie