We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c9014 commit d35ea41Copy full SHA for d35ea41
NVActivityIndicatorViewDemo/ViewController.swift
@@ -58,9 +58,6 @@ class ViewController: UIViewController {
58
59
self.view.addSubview(activityIndicatorView)
60
activityIndicatorView.startAnimation()
61
-
62
- activityIndicatorView.layer.borderWidth = 2
63
- activityIndicatorView.layer.borderColor = UIColor.redColor().CGColor
64
}
65
66
0 commit comments