File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424
2525# Usage
2626
27- 1 . Create main button view and a number of submenu buttons — both should be cast to ` AnyView ` type
27+ 1 . Create main button view and a number of submenu buttons — both should be cast to ` AnyView ` type.
28282 . Pass both to ` FloatingButton ` constructor:
2929
3030 ``` swift
3131 FloatingButton (mainButtonView : mainButton, buttons : buttons)
3232 ```
33- 3 . Chain ` .straight() ` or ` .circle() ` to specify desired menu type
33+ 3 . Chain ` .straight() ` or ` .circle() ` to specify desired menu type.
34344 . Chain whatever you like afterwards.
3535
3636### Universal options
5555## Examples
5656
5757To try out the FloatingActionButton examples:
58- - Clone the repo
` git clone [email protected] :exyte/FloatingActionButton.git ` 59- - Open terminal and run ` cd <FloatingActionButtonRepo>/Example `
60- - Run ` pod install ` to install all dependencies
61- - Run ` xed . ` to open project in the Xcode
62- - Try it!
58+ 1 . Clone the repo
` git clone [email protected] :exyte/FloatingActionButton.git ` . 59+ 2 . Open terminal and run ` cd <FloatingActionButtonRepo>/Example ` .
60+ 3 . Run ` pod install ` to install all dependencies.
61+ 4 . Run ` xed . ` to open project in the Xcode.
62+ 5 . Try it!
6363
6464## Installation
6565
You can’t perform that action at this time.
0 commit comments