To run the example project, clone the repo, and run pod install
from the Example directory first.
GDPDemoView.h GDPDemoView.m GDPDemoView.xib
GDPDemoView *demoView = [[GDPDemoView alloc] initWithFrame:CGRectMake(0, 0, 50, 50)];
demoView.detail = @"GDPDemoView, Init by code!";
demoView.contentView.backgroundColor = UIColor.redColor;
[self.view addSubview:demoView];
iOS 8+ Xcode 10+
GDPView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'GDPView'
宇园: xinmuheart@163.com, yuyuan@gaoding.com from 稿定(厦门)科技有限公司
GDPView is available under the MIT license. See the LICENSE file for more info.