标签: ios swift uiviewcontroller swift3 modalviewcontroller
如何实现以下任务?
解释
我想在主视图上显示集合视图。集合视图必须显示在半屏幕上,并通过手势(拖动或滑动)将大小更改为全屏。
请帮帮我。我怎样才能做到这一点?
答案 0 :(得分:0)
我想。我必须使用modalPresentationStyle和transitioningDelegate。
用于半屏用户UIView.animate CGRect(x:0,y:containerView!.bounds.height / 2,width:containerView!.bounds.width,height:containerView!.bounds.height / 2)