Skip to content

Commit 1bea21f

Browse files
committed
Updated Readme.
1 parent eb21d88 commit 1bea21f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ If you prefer not to use any of dependency managers, you can integrate manually.
5454

5555
### NativeLargeActionButton
5656

57-
<img align="right" src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeLargeActionButton.svg" height="50"/>
58-
5957
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`.
6058

59+
<img align="left" src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeLargeActionButton.svg" height="50"/>
60+
6161
Next code for usage:
6262

6363
```swift
@@ -84,10 +84,10 @@ button.frame = .init(x: 0, y: 0, width: 300, height: button.frame.height)
8484

8585
### NativeSmallActionButton
8686

87-
<img align="right" src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeSmallActionButton.svg" height="29"/>
88-
8987
You definitely saw this button in the AppStore. You can use it without the icon.
9088

89+
<img align="left" src="https://github.com/ivanvorobei/NativeUIKit/blob/main/Assets/Readme/Elements/NativeSmallActionButton.svg" height="29"/>
90+
9191
Next code for usage:
9292

9393
```swift

0 commit comments

Comments
 (0)