@available(iOS 10.0, *)
import UserNotifications
NSUserNotification API Reference
UNNotificationSound API Reference
UNUserNotificationCenter API Reference
let animationImages:[UIImage] = [UIImage(named: "img_01")!, UIImage(named: "img_02")!, UIImage(named: "img_03")!] | |
loadingImageView.animationImages = animationImages | |
loadingImageView.animationDuration = 1.5 | |
loadingImageView.animationRepeatCount = 0 | |
loadingImageView.startAnimating() | |
self.addSubview(loadingImageView) |
@available(iOS 10.0, *)
import UserNotifications
NSUserNotification API Reference
UNNotificationSound API Reference
UNUserNotificationCenter API Reference