Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Oct 6, 2023
1 parent a809324 commit cbd98de
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# SafeSFSymbols

Safe access SFSymbols. If symbol not available, will show warning. Easy using:

```swift
UIImage(systemName: "star.fill")
```

to
Safe access SFSymbols. If symbol not available, will show warning.

```swift
// Replace this
UIImage(systemName: "star.fill")
// to this
UIImage(.star.fill)
```


### Community

<p float="left">
Expand Down

0 comments on commit cbd98de

Please sign in to comment.