File tree 2 files changed +15
-3
lines changed 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+
1
3
<p align =" center " >
2
4
<a href =" https://github.com/layoutBox/FlexLayout " ><img src =" docs_markdown/images/flexlayout-logo-text.png " alt =" FlexLayout " width =" 210 " /></a >
3
5
</p >
Original file line number Diff line number Diff line change 7
7
8
8
The FlexLayout's Example exposes some usage example of FlexLayout.
9
9
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:
11
11
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.
14
24
2 . Open the newly generated ` FlexLayout.xcworkspace ` Xcode workspace.
15
25
3 . Select the ` FlexLayoutSample ` target.
16
26
4 . Run the app on your device or simulator.
You can’t perform that action at this time.
0 commit comments