Skip to content

Commit

Permalink
Merge pull request #29 from tichise/feature/delete-extension-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tichise committed Nov 16, 2021
2 parents 51ad050 + bbebc59 commit f23383b
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,6 @@ Creative Commons Attribution 4.0 International (CC BY 4.0)

#### Examples Swift

##### SwiftUI / Image

If you use ver 2.4.0 or higher, it's available for the SwiftUI.

```
import SwiftUI
import MaterialDesignSymbol
@available(iOS 13.0.0, *)
struct SampleView: View {
var body: some View {
VStack {
Image(materialDesignIcon: .work48px, size: 50)
Image(materialDesignIcon: .album24px, size: 30, color: .green)
}
}
}
@available(iOS 14.0.0, *)
struct SampleView: View {
var body: some View {
VStack {
Image(materialDesignIcon: .work48px, size: 50)
Image(materialDesignIcon: .album24px, size: 30, color: Color.green)
}
}
}
```

##### UIKit / UIImage

```html
Expand Down

0 comments on commit f23383b

Please sign in to comment.