Dots icon indicating copy to clipboard operation
Dots copied to clipboard

Modern loading indicator for iOS 10

Results 3 Dots issues
Sort by recently updated
recently updated
newest added

Like `UIActivityIndicatorView`, it would be nice if `DotsLoadingView` could be added to any `CustomView`. ``` public func show() { if let rootViewController = UIApplication.shared.windows.first?.rootViewController { rootViewController.view.addSubview(self) self.center = rootViewController.view.center self.startAnimation()...

Hi guys, one question for you. Min deployment target 10+, just why?