Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iTofu/LCActionSheet
一款简约而不失强大的 ActionSheet,微博、微信和 QQ 都采用了极其类似的样式,完全支持 Swift。
https://github.com/iTofu/LCActionSheet
actionsheet alert cocoapods masonry no-issue objective-c qq swift wechat weibo
Last synced: 6 days ago
JSON representation
一款简约而不失强大的 ActionSheet,微博、微信和 QQ 都采用了极其类似的样式,完全支持 Swift。
- Host: GitHub
- URL: https://github.com/iTofu/LCActionSheet
- Owner: iTofu
- License: mit
- Created: 2015-04-26T16:23:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T07:22:16.000Z (over 1 year ago)
- Last Synced: 2024-04-29T11:21:35.736Z (8 months ago)
- Topics: actionsheet, alert, cocoapods, masonry, no-issue, objective-c, qq, swift, wechat, weibo
- Language: Objective-C
- Homepage: https://note.leodev.me/LCActionSheet/
- Size: 25.4 MB
- Stars: 818
- Watchers: 22
- Forks: 144
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - LCActionSheet - A simple ActionSheet. WeChat, Weibo and QQ all use similar styles. Fully support Swift. (UI / Alert & Action Sheet)
- awesome-ios-star - LCActionSheet - A simple ActionSheet. WeChat, Weibo and QQ all use similar styles. Fully support Swift. (UI / Alert & Action Sheet)
- Awesome-iOS - LCActionSheet - 一款简约而不失强大的 ActionSheet,微博、微信和 QQ 都采用了极其类似的样式,完全支持 Swift。 (UI Components)
README
# LCActionSheet
[![CI Status](https://img.shields.io/travis/iTofu/LCActionSheet.svg?style=flat)](https://travis-ci.org/iTofu/LCActionSheet)
[![Version](https://img.shields.io/cocoapods/v/LCActionSheet.svg?style=flat)](https://cocoapods.org/pods/LCActionSheet)
[![License](https://img.shields.io/cocoapods/l/LCActionSheet.svg?style=flat)](https://cocoapods.org/pods/LCActionSheet)
[![Platform](https://img.shields.io/cocoapods/p/LCActionSheet.svg?style=flat)](https://cocoapods.org/pods/LCActionSheet)
[![Laguage](https://img.shields.io/badge/language-ObjC%20%26%20Swift-orange.svg)](https://github.com/iTofu/LCActionSheet)
[![CocoaPods](https://img.shields.io/cocoapods/dt/LCActionSheet.svg)](https://cocoapods.org/pods/LCActionSheet)
[![LeoDev](https://img.shields.io/badge/blog-LeoDev.me-brightgreen.svg)](https://leodev.me)
[![GitHub stars](https://img.shields.io/github/stars/iTofu/LCActionSheet.svg?style=social&label=Star)](https://github.com/iTofu/LCActionSheet)A simple ActionSheet. WeChat, Weibo and QQ all use similar styles. Fully support Swift.
[🇨🇳中文介绍][1]
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
* iOS 7.0+
* Xcode 7.0+
* Objective-C & Swift## Installation
LCActionSheet is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'LCActionSheet'
```## Author
Leo, [email protected]
## License
LCActionSheet is available under the MIT license. See the LICENSE file for more info.
[1]: https://github.com/iTofu/LCActionSheet/blob/master/README_zh-CN.md