Skip to content

Commit c3a3b59

Browse files
committed
Updated Readme.
1 parent 97108e9 commit c3a3b59

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ If you prefer not to use any of dependency managers, you can integrate manually.
7373

7474
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`.
7575

76-
<a href="https://opensource.ivanvorobei.by">
77-
<img src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeLargeActionButton.svg">
78-
</a>
76+
<p float="left">
77+
<a href="https://opensource.ivanvorobei.by">
78+
<img src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeLargeActionButton.svg">
79+
</a>
80+
</p>
7981

8082
Next code for usage:
8183

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

109-
<a href="https://opensource.ivanvorobei.by">
110-
<img src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeSmallActionButton.svg">
111-
</a>
111+
<p float="left">
112+
<a href="https://opensource.ivanvorobei.by">
113+
<img src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeSmallActionButton.svg">
114+
</a>
115+
</p>
112116

113117
Next code for usage:
114118

@@ -134,13 +138,11 @@ button.sizeToFit()
134138

135139
### [NativeAvatarView](https://github.com/ivanvorobei/NativeUIKit/blob/main/Sources/NativeUIKit/NativeAvatarView.swift)
136140

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

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>
145+
Avatar view is container with 3 buttons - placeholder, avatar and indicator. For change avatar set `avatarAppearance`. For shor or hide edit button set `isEditable`.
144146

145147
```swift
146148
let avatarView = NativeAvatarView()

0 commit comments

Comments
 (0)