在实现 app 从后台进入前台的过程中,可以添加 毛玻璃模糊效果,类似于 支付宝 的效果。为了实现这一效果,您可以将 SecurityBlurEffect.swift 拷贝至您的工程中,并在 AppDelegate.swift 中添加以下代码:
func applicationWillResignActive(application: UIApplication) {
// Sent when the application is about to move from active to inactive state.
// This can occur for certain types of temporary interruptions...
}
暂无评论