Skip to content

Commit 4d49476

Browse files
committed
Updated capitalization
1 parent ff672b7 commit 4d49476

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Example/PinLayoutSample/UI/Menu/MenuViewController.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ enum PageType: Int {
3939

4040
var title: String {
4141
switch self {
42-
case .intro: return "Introduction example"
43-
case .adjustToContainer: return "Adjust to container size"
44-
case .tableView: return "UITableView with variable cell's height"
42+
case .intro: return "Introduction Example"
43+
case .adjustToContainer: return "Adjust to Container Size"
44+
case .tableView: return "UITableView with Variable Cell's Height"
4545
case .collectionView: return "UICollectionView Example"
4646
case .animations: return "Animation Example"
47-
case .autoAdjustingSize: return "Auto adjusting size"
47+
case .autoAdjustingSize: return "Auto Adjusting Size"
4848
case .safeArea: return "SafeArea & readableMargins"
49-
case .relativePositions: return "Relative Positionning"
49+
case .relativePositions: return "Relative Positioning"
5050
case .between: return "Between Example"
5151
case .form: return "Form Example"
5252
case .wrapContent: return "wrapContent Example"
5353
case .tableViewWithReadable: return "UITableView using readableMargins"
54-
case .introRTL: return "Right-to-left language support"
54+
case .introRTL: return "Right-to-left Language Support"
5555
case .introObjC: return "Objective-C PinLayout Example"
5656
case .count: return ""
5757
}

0 commit comments

Comments
 (0)