Skip to content

yishuiliunian/DZExtendResponse

Repository files navigation

DZExtendResponse

CI Status Version License Platform

Example

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

Requirements

Installation

DZExtendResponse is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DZExtendResponse"

Usage

Just One Line Code.

一行代码实现扩展View的相应区域。

/* 扩展执行View的响应区域
 * @params aView 需要扩展响应区域的View的实例
 * @params inset 扩展区域的大小(增量部分)
 * */
void DZExtendResponse(UIView* aView, UIEdgeInsets inset);

Author

yishuiliunian, yishuiliunian@gmail.com

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published