Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Aufree/ESTCollectionViewDropDownList
A demo implementation of a drop down tag list view for iOS.
https://github.com/Aufree/ESTCollectionViewDropDownList
Last synced: 5 days ago
JSON representation
A demo implementation of a drop down tag list view for iOS.
- Host: GitHub
- URL: https://github.com/Aufree/ESTCollectionViewDropDownList
- Owner: Aufree
- License: mit
- Created: 2015-12-03T16:43:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T13:28:44.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T19:57:21.513Z (3 months ago)
- Language: Objective-C
- Size: 44.9 KB
- Stars: 429
- Watchers: 14
- Forks: 59
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ESTCollectionViewDropDownList is a demo implementation of a drop down tag list view for iOS.
Inspired by XiaMi (A popular music player in China).
> - 本人著作的书籍[《Laravel 入门教程》](https://laravel-china.org/laravel-tutorial/5.1)已正式发布,有兴趣的朋友可点击 [此处](https://laravel-china.org/topics/3383) 作进一步了解。
## [中文文档](https://github.com/Aufree/ESTCollectionViewDropDownList#中文文档-1)
## Other wonderful project by our team
* [PHPHub-iOS](https://github.com/aufree/phphub-ios) by [@Aufree](https://github.com/aufree)
* [PHPHub-Server](https://github.com/NauxLiu/phphub-server) by [@NauxLiu](https://github.com/NauxLiu)
* [PHPHub-Android](https://github.com/CycloneAxe/phphub-android) by [@Kelvin](https://github.com/CycloneAxe) and [@Xiaoxiaoyu](https://github.com/xiaoxiaoyu)
* [PHPHub-UI](https://github.com/summerblue/phphub-ui) by [@Summer](https://github.com/phphub/phphub-ui) and [@Aufree](https://github.com/aufree)
* [PHPHub-Web](https://github.com/summerblue/phphub) by [@Summer](https://github.com/phphub/phphub-ui)## Requirements
* An iPhone/iPad running iOS 8.0+
* Xcode 7.0 or above## Screenshots
## Build Instructions
If you're not install the Cocoapods on your machine, Run:
> $ gem install cocoapods
Download the source code
> $ git clone https://github.com/Aufree/ESTCollectionViewDropDownList.git
Now you'll need to build the dependencies
> $ pod install
Run the following command to open `ESTCollectionViewDropDownList.xcworkspace`:
> open Example/ESTCollectionViewDropDownList.xcworkspace
That's it, have fun! :beers:
## Contributing
Thank you for your interest in contributing to ESTCollectionViewDropDownList! Your ideas for improving this library are greatly appreciated. The best way to contribute is by submitting a pull request. I'll do my best to respond to you as soon as possible. You can also [submit a new GitHub issue](https://github.com/Aufree/ESTCollectionViewDropDownList/issues/new) if you find bugs or have questions.
## Contact
You can ping me on [Twitter](https://twitter.com/_Paul_King_) or follow me on [Weibo](http://weibo.com/jinfali) If you find an issue.
## License
Copyright (c) 2015 Paul King
---------------
Released under the [MIT license](https://github.com/Aufree/ESTCollectionViewDropDownList/blob/master/LICENSE)
# 中文文档
ESTCollectionViewDropDownList 是一个实现了 iOS 下拉标签列表视图的 Demo.
创作灵感来自于虾米.
> 开源自 [The EST Group](http://est-group.org/) 团队.
## 我们团队的其它开源项目
* [PHPHub-iOS](https://github.com/aufree/phphub-ios) by [@Aufree](https://github.com/aufree)
* [PHPHub-Server](https://github.com/NauxLiu/phphub-server) by [@NauxLiu](https://github.com/NauxLiu)
* [PHPHub-Android](https://github.com/CycloneAxe/phphub-android) by [@Kelvin](https://github.com/CycloneAxe) and [@Xiaoxiaoyu](https://github.com/xiaoxiaoyu)
* [PHPHub-UI](https://github.com/phphub/phphub-ui) by [@Summer](https://github.com/phphub/phphub-ui) and [@Aufree](https://github.com/aufree)
* [PHPHub-Web](https://github.com/summerblue/phphub) by [@Summer](https://github.com/phphub/phphub-ui)## 要求
* 运行在 iOS 8.0 及以上的 iPhone/iPad.
* Xcode 7.0 及以上版本.## 截屏
## 编译配置
如果你尚未安装 Cocoapods, 运行以下命令进行安装:
> $ gem install cocoapods
下载源代码
> $ git clone https://github.com/Aufree/ESTCollectionViewDropDownList.git
安装依赖
> $ pod install
运行以下命令来打开 `ESTCollectionViewDropDownList.xcworkspace`:
> open Example/ESTCollectionViewDropDownList.xcworkspace
这就完了, 祝你玩得愉快! :beers:
## 参与贡献
感谢您有兴趣参与 ESTCollectionViewDropDownList 的开发, 您可以在本地修改此项目, 经测试后无任何问题即可给我提交 Pull Request, 我会定期查看并 Merge, 若有其它问题, 可通过提交 [issue](https://github.com/Aufree/ESTCollectionViewDropDownList/issues/new) 来让我知道.
## 联系
你若有其它需要帮助的地方, 可通过 [Twitter](https://twitter.com/_Paul_King_) 或 [微博](http://weibo.com/jinfali) 联系我.
## 许可证
Copyright (c) 2015 Paul King
---------------
使用 [MIT 许可证](https://github.com/Aufree/ESTCollectionViewDropDownList/blob/master/LICENSE) 发行.