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
ScrollableStackView is available through [CocoaPods](http://cocoapods.org). To install
15
-
it, simply add the following line to your Podfile:
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:
15
+
16
+
```bash
17
+
$ gem install cocoapods
18
+
```
19
+
20
+
#### Podfile
21
+
22
+
To install it, simply add the following line to your Podfile:
@@ -61,9 +81,21 @@ To run the example project, clone the repo, and run `pod install` from the Examp
61
81
<!--## Wish List -->
62
82
<!--## Requirements-->
63
83
84
+
85
+
## Communication
86
+
87
+
If you see a way to improve the project :
88
+
89
+
- If you **need help**, use [Stack Overflow](http://stackoverflow.com).
90
+
- If you'd like to **ask a general question**, use [Stack Overflow](http://stackoverflow.com).
91
+
- If you **found a bug**, _and can provide steps to reliably reproduce it_, open an issue.
92
+
- If you **have a feature request**, open an issue.
93
+
- 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:
94
+
64
95
### TODO
65
96
66
-
- [ ] Add Storyboard in example project
97
+
- [ ] Add Storyboard in example project
98
+
- [ ] Add toolbar for example project (or UITableView)
0 commit comments