Skip to content

Commit d35ea41

Browse files
committed
Remove cell border in demo
1 parent 57c9014 commit d35ea41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

NVActivityIndicatorViewDemo/ViewController.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ class ViewController: UIViewController {
5858

5959
self.view.addSubview(activityIndicatorView)
6060
activityIndicatorView.startAnimation()
61-
62-
activityIndicatorView.layer.borderWidth = 2
63-
activityIndicatorView.layer.borderColor = UIColor.redColor().CGColor
6461
}
6562
}
6663

0 commit comments

Comments
 (0)