Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yigitserin/swiftcombobox
ComboBox input for iOS, written in Swift.
https://github.com/yigitserin/swiftcombobox
combobox dropdown input input-method ios list menu swift
Last synced: 6 days ago
JSON representation
ComboBox input for iOS, written in Swift.
- Host: GitHub
- URL: https://github.com/yigitserin/swiftcombobox
- Owner: yigitserin
- License: mit
- Created: 2019-01-15T12:28:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T03:41:36.000Z (about 5 years ago)
- Last Synced: 2025-01-02T00:22:08.942Z (6 days ago)
- Topics: combobox, dropdown, input, input-method, ios, list, menu, swift
- Language: Swift
- Size: 73.2 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftComboBox
[![CI Status](https://img.shields.io/travis/yigitserin/SwiftComboBox.svg?style=flat)](https://travis-ci.org/yigitserin/SwiftComboBox)
[![Version](https://img.shields.io/cocoapods/v/SwiftComboBox.svg?style=flat)](https://cocoapods.org/pods/SwiftComboBox)
[![License](https://img.shields.io/cocoapods/l/SwiftComboBox.svg?style=flat)](https://cocoapods.org/pods/SwiftComboBox)
[![Platform](https://img.shields.io/cocoapods/p/SwiftComboBox.svg?style=flat)](https://cocoapods.org/pods/SwiftComboBox)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
SwiftComboBox is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'SwiftComboBox'
```## Author
yigitserin, [email protected]
## License
SwiftComboBox is available under the MIT license. See the LICENSE file for more info.