oc 中 class 在swift中 怎么写

2025-04-13 18:16:27
推荐回答(1个)
回答1:

UIView.animateWithDuration(2, animations: { NSLog("start") }, completion: { (Bool completion) in if completion { NSLog("completion") } else { } }) 好像没有block了,现在用闭包代替