Skip to content

SwiftUI Image extension

Compare
Choose a tag to compare
@Nirma Nirma released this 17 Jul 17:08

Summary

This release just simply adds the same functionality that this library added to UIKit's UIImageView.

Now you can create Images from SFSymbols in SwiftUI with a line of code like this:

    Image(symbol: .playCircle)