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
A Material Design drop down for iOS written in Swift.
9
11
***
@@ -27,9 +29,18 @@ Use [CocoaPods](http://www.cocoapods.org).
27
29
2. Install the pod(s) by running `pod install`.
28
30
3. Add `import DropDown` in the .swift files where you want to use it
29
31
32
+
### Carthage
33
+
34
+
Use [Carthage](https://github.com/Carthage/Carthage).
35
+
36
+
1. Create a file name `Cartfile`.
37
+
2. Add the line `github "DropDown/DropDown"`.
38
+
3. Run `carthage update`.
39
+
4. Drag the built `DropDown.framework` into your Xcode project.
40
+
30
41
### Source files
31
42
32
-
1. Download the [latest code version](http://github.com/kevin-hirsch/DropDown/archive/master.zip) or add the repository as a git submodule to your git-tracked project.
43
+
1. Download the [latest code version](http://github.com/AssistoLab/DropDown/archive/master.zip) or add the repository as a git submodule to your git-tracked project.
33
44
2. Drag and drop the **src**, **helpers** and also the **resources** directory from the archive in your project navigator. Make sure to select *Copy items* when asked if you extracted the code archive outside of your project.
34
45
35
46
## Basic usage
@@ -193,8 +204,8 @@ when calling the `show` method, it returns a tuple like this:
0 commit comments