bestannwn
bestannwn
Why I set'presenter.dismissTransitionType = TransitionType.crossDissolve' but no effect, always show the effect of ‘coverVertical’ And I added a breakpoint in Presentr.swift and found that the ‘animationController(forDismissed dismissed: UIViewController)’ function was...
My project already contains references to Moya, Moya depends on alamofire, and others also depends on SDWebimage. Now how can I solve it?😣 
大佬大佬,删除所有图片操作时,在删除到最后一张图的时候,提示数组越界而闪退。。 测试了一下 demo中的删除,也会闪退 Swift/ContiguousArrayBuffer.swift:580: Fatal error: Index out of range
在项目源码中在声明emptyDataSetSource和emptyDataSetDelegate的时候为啥不需要加 weak? 项目中是: public var emptyDataSetSource: EmptyDataSetSource? public var emptyDataSetDelegate: EmptyDataSetDelegate? 为什么不设置为 public weak var emptyDataSetSource: EmptyDataSetSource? public weak var emptyDataSetDelegate: EmptyDataSetDelegate? 还望大佬讲解一下?谢谢~