Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Commit 6b5b180

Browse files
committed
rm UIStatusBarStyle pre
1 parent 75aa451 commit 6b5b180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Project 18 - LimitCharacters/LimitCharacters/LimitCharacters/ViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ViewController: UIViewController {
2222
}
2323

2424
override var preferredStatusBarStyle : UIStatusBarStyle {
25-
return UIStatusBarStyle.lightContent
25+
return .lightContent
2626
}
2727

2828
// MARK: - event response

0 commit comments

Comments
 (0)