摘要:
1 // iOS 毛玻璃效果: 2 UIVisualEffectView *bgView = [[UIVisualEffectView alloc] initWithEffect:[UIBlurEffect effectWithStyle:UIBlurEffectStyleLight]]; 3 bgView.alpha = 0.9f; 4 bgView.frame = C... 阅读全文
posted @ 2014-09-19 16:20
超级马力
阅读(385)
评论(0)
推荐(0)