KKKKaras

Results 3 issues of KKKKaras

>If I set the maximumVideoDuration = 5s >when I touch up inside the button when 4.5s~4.9s >the "didFinishRecordingVideo" will executed twice add ` public var isEndRecord = false` to limit...

func swiftyCam(_ swiftyCam: SwiftyCamViewController, didFocusAtPoint point: CGPoint) { let focusView = UIImageView(image: #imageLiteral(resourceName: "focus")) focusView.center = point focusView.alpha = 0.0 self.view.addSubview(focusView) UIView.animate(withDuration: 0.25, delay: 0.0, options: .curveEaseInOut, animations: { focusView.alpha...

syntax error, unexpected T_STATIC, expecting T_STRING or T_VARIABLE or '$' in /data/home/bxu2359270650/htdocs/system/helpers/parsedown_helper.php on line 1489 $instance = new static(); → $instance = new instance(); 我不是php方向的 只是在学习。。 我改了这样才能不报错。不知道是我的问题哪里什么