Skip to content

Commit

Permalink
更新一个注释,之前可能理解错了
Browse files Browse the repository at this point in the history
  • Loading branch information
bestswifter committed Mar 3, 2016
1 parent f26c3e7 commit 436b9f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extension CustomPresentationController {
}, completion: nil)
}

/// present结束时,把dimmingView和wrappingView都清空,这些临时视图用不到了
/// 如果present没有完成,把dimmingView和wrappingView都清空,这些临时视图用不到了
override func presentationTransitionDidEnd(completed: Bool) {
if !completed {
self.presentationWrappingView = nil
Expand Down

0 comments on commit 436b9f7

Please sign in to comment.