[Swift][iOS8]あこがれのブラー 2015/05/10

あこがれのブラーです。

iOS8


簡単すぎて涙がでてきます。。。

コード
var effect = UIBlurEffect(style: UIBlurEffectStyle.Dark); var effectView = UIVisualEffectView(effect: effect); let rect = UIScreen.mainScreen().applicationFrame effectView.frame = CGRectMake(0, 0, rect.width, rect.height/1.5)


: