Skip to content

Commit 4b4c5db

Browse files
committed
Updated Readme.
1 parent 7bfaf4f commit 4b4c5db

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,14 @@ If you prefer not to use any of dependency managers, you can integrate manually.
6868

6969
## Classes
7070

71+
7172
### [NativeLargeActionButton](https://github.com/ivanvorobei/NativeUIKit/blob/main/Sources/NativeUIKit/NativeLargeActionButton.swift)
7273

7374
Usually used at the bottom of the screen. You can set an icon. You can set how to change the style when you click. Supports states `disabled` and `dimmed`.
7475

75-
![NativeLargeActionButton](https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeLargeActionButton.svg)
76+
<a href="https://opensource.ivanvorobei.by">
77+
<img src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeLargeActionButton.svg">
78+
</a>
7679

7780
Next code for usage:
7881

@@ -103,7 +106,9 @@ button.frame = .init(x: 0, y: 0, width: 300, height: button.frame.height)
103106
You definitely saw this button in the AppStore. You can use it without the icon.<br>
104107
Supports states `disabled` and `dimmed`.
105108

106-
![NativeSmallActionButton](https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeSmallActionButton.svg)
109+
<a href="https://opensource.ivanvorobei.by">
110+
<img src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeSmallActionButton.svg">
111+
</a>
107112

108113
Next code for usage:
109114

@@ -131,6 +136,12 @@ button.sizeToFit()
131136

132137
<img align="left" src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeAvatarView.svg"/>
133138

139+
<p float="left">
140+
<a href="https://opensource.ivanvorobei.by">
141+
<img src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeAvatarView.svg">
142+
</a>
143+
</p>
144+
134145
Avatar view is container with 3 buttons - placeholder, avatar and indicator. For change avatar set `avatarAppearance`. For shor or hide edit button set `isEditable`.
135146

136147
```swift

0 commit comments

Comments
 (0)