You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LCLabel is a TextKit 2 based UIView that mimics a the behaviour of UILabel & UITextView
6
+
LCLabel is a TextKit 2 based UILabel that mimics a the behaviour of UITextView
7
7
8
8
## Installation
9
9
@@ -26,8 +26,6 @@ dependencies: [
26
26
27
27
## How to use:
28
28
29
-
Using LCLabel is as simple as using a UILabel
30
-
31
29
```swift
32
30
let text =NSMutableAttributedString(
33
31
string: "welcome to this new adventure!!!",
@@ -128,6 +126,6 @@ where both labels had zero hitches when scrolling a list around 5 times each tim
128
126
129
127
`LCLabel` is [MIT-licensed](./LICENSE.md).
130
128
131
-
### Disclamre
129
+
### Disclaimer
132
130
133
-
[UILabel](https://developer.apple.com/documentation/uikit/uilabel/) and [UITextView](https://developer.apple.com/documentation/uikit/uitextview) are Apple's own components.
131
+
[UILabel](https://developer.apple.com/documentation/uikit/uilabel/) and [UITextView](https://developer.apple.com/documentation/uikit/uitextview) are Apple's own components.
0 commit comments