Skip to content

Commit 18ca56e

Browse files
committed
0.16.0
1 parent e4e619c commit 18ca56e

6 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
+ (May) lookup baseline reset issue with overflowing text
66

7+
* 0.16.0
8+
9+
+ Update README.md
10+
711
* 0.15.0
812

913
+ Added `ImperativeViewController`
-1.49 MB
Binary file not shown.
2.02 MB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ headerLabel.lineHeight = 80
1010
headerLabel.letterSpacing = 100 * -0.02
1111
```
1212

13-
<p align="center"><img src="Documentation/UlLabel_Line_Height_Letter_Spacing_Extension.png" width="900"></p>
13+
<p align="center"><img src="Documentation/UlLabel_Line_Height_Letter_Spacing_Extension_UIKit.png" width="900"></p>
1414

1515
See the complementary article at [**UILabel line height, letter spacing and more** UILabel typography extensions].
1616

UILabel_Typography_Extensions.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
55722E1E27DB6167002DE7DC /* MarsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55722E1D27DB6167002DE7DC /* MarsViewController.swift */; };
1919
55722E1F27DB63BC002DE7DC /* PlanetViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559E70FC27D90D0E00C00AD7 /* PlanetViewController.swift */; };
2020
557D5F8227DE08EB00A7DE15 /* UILabel_Line_Height_Simulator_Figma_Overlay.png in Resources */ = {isa = PBXBuildFile; fileRef = 557D5F8027DE08EB00A7DE15 /* UILabel_Line_Height_Simulator_Figma_Overlay.png */; };
21-
557D5F8327DE08EB00A7DE15 /* UlLabel_Line_Height_Letter_Spacing_Extension.png in Resources */ = {isa = PBXBuildFile; fileRef = 557D5F8127DE08EB00A7DE15 /* UlLabel_Line_Height_Letter_Spacing_Extension.png */; };
2221
557D5F8527DE09BB00A7DE15 /* UILabel_Line_Height_NSAttributedString_BaselineOffset.png in Resources */ = {isa = PBXBuildFile; fileRef = 557D5F8427DE09BB00A7DE15 /* UILabel_Line_Height_NSAttributedString_BaselineOffset.png */; };
2322
557D5F8727DE0AAC00A7DE15 /* UILabel_Line_Height_Xcode_Figma.png in Resources */ = {isa = PBXBuildFile; fileRef = 557D5F8627DE0AAC00A7DE15 /* UILabel_Line_Height_Xcode_Figma.png */; };
2423
559795E525A259E400A757A3 /* UIColor+Styles.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559795E425A259E400A757A3 /* UIColor+Styles.swift */; };
@@ -40,6 +39,7 @@
4039
55F7E34825A0AD7F00E7F48B /* AttributesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F7E34725A0AD7F00E7F48B /* AttributesViewController.swift */; };
4140
55F7E34B25A0ADFA00E7F48B /* UILabel+Typograpy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F7E34A25A0ADFA00E7F48B /* UILabel+Typograpy.swift */; };
4241
55F7F0A2259A6F03001BEF90 /* Typography.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F7F0A1259A6F03001BEF90 /* Typography.swift */; };
42+
55FE48F027DFE62800DCD799 /* UlLabel_Line_Height_Letter_Spacing_Extension_UIKit.png in Resources */ = {isa = PBXBuildFile; fileRef = 55FE48EF27DFE62800DCD799 /* UlLabel_Line_Height_Letter_Spacing_Extension_UIKit.png */; };
4343
/* End PBXBuildFile section */
4444

4545
/* Begin PBXFileReference section */
@@ -54,7 +54,6 @@
5454
5558DA4527DA1FA900A4A178 /* MockupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockupViewController.swift; sourceTree = "<group>"; };
5555
55722E1D27DB6167002DE7DC /* MarsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarsViewController.swift; sourceTree = "<group>"; };
5656
557D5F8027DE08EB00A7DE15 /* UILabel_Line_Height_Simulator_Figma_Overlay.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = UILabel_Line_Height_Simulator_Figma_Overlay.png; sourceTree = "<group>"; };
57-
557D5F8127DE08EB00A7DE15 /* UlLabel_Line_Height_Letter_Spacing_Extension.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = UlLabel_Line_Height_Letter_Spacing_Extension.png; sourceTree = "<group>"; };
5857
557D5F8427DE09BB00A7DE15 /* UILabel_Line_Height_NSAttributedString_BaselineOffset.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = UILabel_Line_Height_NSAttributedString_BaselineOffset.png; sourceTree = "<group>"; };
5958
557D5F8627DE0AAC00A7DE15 /* UILabel_Line_Height_Xcode_Figma.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = UILabel_Line_Height_Xcode_Figma.png; sourceTree = "<group>"; };
6059
559795E425A259E400A757A3 /* UIColor+Styles.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Styles.swift"; sourceTree = "<group>"; };
@@ -81,6 +80,7 @@
8180
55F7E34725A0AD7F00E7F48B /* AttributesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributesViewController.swift; sourceTree = "<group>"; };
8281
55F7E34A25A0ADFA00E7F48B /* UILabel+Typograpy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Typograpy.swift"; sourceTree = "<group>"; };
8382
55F7F0A1259A6F03001BEF90 /* Typography.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Typography.swift; sourceTree = "<group>"; };
83+
55FE48EF27DFE62800DCD799 /* UlLabel_Line_Height_Letter_Spacing_Extension_UIKit.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = UlLabel_Line_Height_Letter_Spacing_Extension_UIKit.png; sourceTree = "<group>"; };
8484
/* End PBXFileReference section */
8585

8686
/* Begin PBXFrameworksBuildPhase section */
@@ -114,7 +114,7 @@
114114
557D5F8627DE0AAC00A7DE15 /* UILabel_Line_Height_Xcode_Figma.png */,
115115
557D5F8427DE09BB00A7DE15 /* UILabel_Line_Height_NSAttributedString_BaselineOffset.png */,
116116
557D5F8027DE08EB00A7DE15 /* UILabel_Line_Height_Simulator_Figma_Overlay.png */,
117-
557D5F8127DE08EB00A7DE15 /* UlLabel_Line_Height_Letter_Spacing_Extension.png */,
117+
55FE48EF27DFE62800DCD799 /* UlLabel_Line_Height_Letter_Spacing_Extension_UIKit.png */,
118118
);
119119
path = Documentation;
120120
sourceTree = "<group>";
@@ -260,11 +260,11 @@
260260
isa = PBXResourcesBuildPhase;
261261
buildActionMask = 2147483647;
262262
files = (
263-
557D5F8327DE08EB00A7DE15 /* UlLabel_Line_Height_Letter_Spacing_Extension.png in Resources */,
264263
55F236AE25912BC30007BC69 /* LaunchScreen.storyboard in Resources */,
265264
554AF31825961B6200A23E41 /* README.md in Resources */,
266265
557D5F8727DE0AAC00A7DE15 /* UILabel_Line_Height_Xcode_Figma.png in Resources */,
267266
557D5F8527DE09BB00A7DE15 /* UILabel_Line_Height_NSAttributedString_BaselineOffset.png in Resources */,
267+
55FE48F027DFE62800DCD799 /* UlLabel_Line_Height_Letter_Spacing_Extension_UIKit.png in Resources */,
268268
557D5F8227DE08EB00A7DE15 /* UILabel_Line_Height_Simulator_Figma_Overlay.png in Resources */,
269269
55F236A825912BC30007BC69 /* Assets.xcassets in Resources */,
270270
);

UILabel_Typography_Extensions/Menu/Planet/ImperativeViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ImperativeViewController: UIViewController {
1818
view.backgroundColor = UI.Color.background
1919
overrideUserInterfaceStyle = .dark
2020

21-
21+
// Views.
2222
let headerLabel = UILabel()
2323
headerLabel.textColor = UIColor(named: "Mars")
2424
headerLabel.font = UIFont(name: "HelveticaNeue-CondensedBlack", size: 100)

0 commit comments

Comments
 (0)