You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Scrollable UIStackView. Scroll your stack view with a smile up on your face. Wri
11
11
12
12
## Installation with CocoaPods
13
13
14
-
[CocoaPods](http://cocoapods.org) is a dependency manager for both Swift and Objective-C. ScrollableStackView is available through [CocoaPods](http://cocoapods.org). You can install it with the following command:
14
+
[CocoaPods](http://cocoapods.org) is a dependency manager for both Swift and Objective-C. ScrollableStackView is available through CocoaPods. You can install it with the following command:
To run the example project, clone the repo, and run `pod install` from the Example directory first.
76
+
To run the example project, clone the repo, and run
77
+
78
+
```bash
79
+
$ pod install
80
+
```
81
+
82
+
from the Example directory first.
79
83
80
84
<!--## Code Snippets-->
81
85
<!--## Wish List -->
@@ -92,6 +96,12 @@ If you see a way to improve the project :
92
96
- If you **have a feature request**, open an issue.
93
97
- If you **want to contribute**, submit a pull request. It's better to begin with an issue rather than a pull request, though, because we might disagree whether the proposed change is an actual improvement. :wink:
0 commit comments