An open API service indexing awesome lists of open source software.

https://github.com/hkm5558/kmcornershadow

设置圆角和阴影同时显示
https://github.com/hkm5558/kmcornershadow

cocoapods corner cornerradius ios shadow swift

Last synced: 9 months ago
JSON representation

设置圆角和阴影同时显示

Awesome Lists containing this project

README

          

# KMCornerShadow
[![CI Status](https://img.shields.io/travis/km/KMCornerShadow.svg?style=flat)](https://travis-ci.org/km/KMCornerShadow) [![Version](https://img.shields.io/cocoapods/v/KMCornerShadow.svg?style=flat)](https://cocoapods.org/pods/KMCornerShadow) [![License](https://img.shields.io/cocoapods/l/KMCornerShadow.svg?style=flat)](https://cocoapods.org/pods/KMCornerShadow) [![Platform](https://img.shields.io/cocoapods/p/KMCornerShadow.svg?style=flat)](https://cocoapods.org/pods/KMCornerShadow)

设置圆角和阴影同时显示

## Gif

## Installation with CocoaPods

[CocoaPods](http://cocoapods.org) is a dependency manager for Swift and Objective-C Cocoa projects, which automates and simplifies the process of using 3rd-party libraries. You can install it with the following command:

```bash
$ gem install cocoapods
```
#### Podfile

To integrate KMCornerShadow into your Xcode project using CocoaPods, specify it in your `Podfile`:

In your Podfile
>`pod 'KMCornerShadow', '~> 0.0.2'`

Then, run the following command:

```bash
$ pod install
```

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

This library requires `iOS 9.0+`

## Author

hkm5558, szhuangkm@163.com

## License

KMCornerShadow is available under the MIT license. See the LICENSE file for more info.