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
This elegant **Swift** dropdown menu appears underneath the navigation bar to display a list of related items when a user clicks on the navigation title.
**BTNavigationDropdownMenu** is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
19
20
20
21
```ruby
@@ -26,7 +27,25 @@ Go ahead and **import** BTNavigationDropdownMenu into your own Swift files
26
27
importBTNavigationDropdownMenu
27
28
```
28
29
29
-
## Usage:
30
+
## Carthage
31
+
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
32
+
33
+
You can install Carthage with [Homebrew](https://brew.sh/) using the following command:
34
+
35
+
```bash
36
+
$ brew update
37
+
$ brew install carthage
38
+
```
39
+
40
+
To integrate BTNavigationDropdownMenu into your Xcode project using Carthage, specify it in your `Cartfile`:
0 commit comments