File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments