File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+
2+
13<p align =" center " >
24 <a href =" https://github.com/layoutBox/FlexLayout " ><img src =" docs_markdown/images/flexlayout-logo-text.png " alt =" FlexLayout " width =" 210 " /></a >
35</p >
Original file line number Diff line number Diff line change 77
88The FlexLayout's Example exposes some usage example of FlexLayout.
99
10- The Example App is available in the [ ` Example ` ] ( https://github.com/layoutBox/FlexLayout/tree/master/Example ) folder.
10+ The Example App is available in 2 versions:
1111
12- ### Running the Example app
13- 1 . Do a ` pod install ` from the FlexLayout root directory.
12+ * [ SPM (using Swift Package Manager)] ( https://github.com/layoutBox/FlexLayout/tree/master/Example/SPM )
13+ * [ Cocoapods] ( https://github.com/layoutBox/FlexLayout/tree/master/Example/cocoapods )
14+
15+ ### Running the SPM (Swift Package Manager) Example app
16+ 1 . Open the Xcode project ` Example/SPM/FlexLayoutSample-SPM.xcodeproj ` .
17+ 3 . Select the ` FlexLayoutSample-SPM ` target.
18+ 4 . Run the app on your device or simulator.
19+
20+ </br >
21+
22+ ### Running the Cocoapods Example app
23+ 1 . Do a ` pod install ` from the ` Example/cocoapods ` directory.
14242 . Open the newly generated ` FlexLayout.xcworkspace ` Xcode workspace.
15253 . Select the ` FlexLayoutSample ` target.
16264 . Run the app on your device or simulator.
You can’t perform that action at this time.
0 commit comments