Results 5 issues of bruce

var wId : String? = "" override func mapping(mapper: HelpingMapper) { mapper

![image](https://user-images.githubusercontent.com/19966020/136887217-acb83b0d-ad70-4598-bf3f-6f1842b10531.png) ![image](https://user-images.githubusercontent.com/19966020/136887333-1c9901fc-aaf7-4913-bbdc-4aee5dc0b82c.png) ![image](https://user-images.githubusercontent.com/19966020/136887425-66969320-6d16-4af1-96af-e8d3bc509217.png) 这个地方是引入自定义lottie的地方,但是没看到有add这个操作,而且还没有触发点击效果 ![image](https://user-images.githubusercontent.com/19966020/136887655-f2e8c026-755e-4913-bfa9-f9717e72954d.png) 执行方法后发现这个地方自定义的动画View根本没添加进来,请教下怎么解决

stale

我都是对着demo抄的,能横屏,但没任何手势,但是竖屏点击全屏就有手势,作者帮忙看看哪的问题 ((UIApplication.shared.delegate) as! AppDelegate).allowOrentitaionRotation = true self.containerView = UIView() self.view.addSubview(containerView!) self.controlView = ZFPlayerControlView() self.controlView?.fastViewAnimated = true self.controlView?.effectViewShow = false self.controlView?.prepareShowLoading = true // self.controlView.controlViewAppearedCallback = ^(BOOL appeared) { // @strongify(self)...

There is no reaction after the purchase method is called

type: question