swiftdispatch_after(NSEC_PER_SEC * 1, dispatch_get_main_queue()) { () -> Void in self.btn.alpha = 0 UIView.animateWithDuration(3.0, animations: { () -> Void in self.btn.alpha = 1.0 }, completion: nil) }