Skip to content

Commit 0c69cf5

Browse files
committed
💄 Change the language of cell text
1 parent 29f82ff commit 0c69cf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SelfSizingCollectionViewDemo/UICollectionViewCell/SelfSizingCollectionViewCell.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<subviews>
2222
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dzG-Bo-cbG">
2323
<rect key="frame" x="16" y="8" width="213" height="34"/>
24-
<fontDescription key="fontDescription" type="system" pointSize="14"/>
24+
<fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
2525
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2626
<nil key="highlightedColor"/>
2727
</label>

SelfSizingCollectionViewDemo/UIViewController/CollectionViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class CollectionViewController: UIViewController {
1313
@IBOutlet private var collectionViews: [UICollectionView]!
1414

1515
private let reuseIdentifier = "cell"
16-
private let animals: [String] = ["ねこ", "あざらし", "いぬ", "パンダ", "キリン", "マヌルネコ", "ゾウ", "ペンギン"]
16+
private let animals: [String] = ["cat", "kangaroo", "seal", "dog", "panda", "giraffe", "penguin", "zebra", "hippopotamus"]
1717

1818
override func viewDidLoad() {
1919
super.viewDidLoad()

0 commit comments

Comments
 (0)