KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
SwiftDrop
★ 9
Open GitHub ↗
A tiny dropdown library in Swift
Download README (.md)
Explore Similar Repositories
infrared_ios
:
Building native iOS apps with JavaScript
chess
:
Chess Engine and GUI
meteor-google-charts
:
Simple package for Google Charts on Meteor
pong_matcher_django
:
No description available.
solafs
:
Audio Time Scale Modification via Synchronous OverLap-Add with Fixed Synthesis hop
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SwiftDrop
?
Download (.md)
# SwiftDrop A tiny dropdown library for usage with `UINavigationController` in Swift.  ## Usage 1. Import `SwiftDrop.swift` 2. Setup within your desired view controller: ```swift swiftDrop = SwiftDrop() swiftDrop.menuItems = ["Two roads diverged", "Then took the other"] swiftDrop.navigationController = navigationController swiftDrop.delegate = self ``` See the embedded SwiftDropExample project for a working example. ## License This repository is licensed under the MIT license, more under [LICENSE](LICENSE).