We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5880a76 commit 2f37963Copy full SHA for 2f37963
README.md
@@ -1,3 +1,9 @@
1
+### About
2
+
3
+<p align="center">
4
+ <img src="https://github.com/VladK9/UIFloatMenu/blob/main/Assets/UIFloatMenu-Banner.png">
5
+</p>
6
7
## Navigate
8
9
- [Features](#features)
@@ -9,8 +15,10 @@
15
10
16
- Highly customizable
11
17
- support dark/light theme
12
- - cornerRadius
18
+ - corner radius
19
+ - blured background
13
20
- width (iPad)
21
+ - various positions
14
22
23
### Item config
24
@@ -25,7 +33,7 @@
25
33
- SegmentCell
26
34
```
27
35
28
- Item color
36
+ Action item color
29
37
```swift
30
38
- standard
31
39
- clear
@@ -34,7 +42,7 @@
42
- custom
43
44
- Item Layout
45
+ Action item Layout
46
47
- Icon_Title (Icon left, title right)
40
48
- Title_Icon (Title left, Icon right)
0 commit comments