๐ Paint view for iOS.
In me the tiger sniffs the rose.
ๅฟๆ็่๏ผ็ปๅ
่ท่ใ
Welcome to visit my blog๏ผhttps://LeoDev.me
๐ Paint view for iOS.
LCPaintView is available on CocoaPods. Just add the following to your project Podfile:
pod "LCPaintView" # Podfile
Just drag the LCPaintView folder into your project.
-
Use by including the following import:
#import "LCPaintView.h"
-
Demo code:
LCPaintView *paintView = ({ LCPaintView *paintView = [[LCPaintView alloc] init]; paintView.frame = CGRectMake(0, 0, screenSize.width, screenSize.height); [self.view insertSubview:paintView atIndex:0]; paintView; });
-
Custom:
// Properties paintView.lineWidth = 10.0f; paintView.lineColor = [UIColor redColor]; // Methods [paintView clear]; [paintView undo];
- Initial Commit.
-
If you have any question, just commit a issue!
-
Mail:
echo bGVvZGF4aWFAZ21haWwuY29tCg== | base64 -D
orecho ZGV2dGlwQDE2My5jb20K | base64 -D
-
Blog: http://LeoDev.me
-
Donations:
Please note: donation does not imply any type of service contract.