Sha256: e7a7592fae2da1657cad3eae669b24755c9032f1ee3d52dcae4124bc53eec83d
Contents?: true
Size: 584 Bytes
Versions: 51
Compression:
Stored size: 584 Bytes
Contents
// // SignatureView.h // Signature // // Created by Dmitry Soldatenkov on 7/27/10. // Copyright 2010 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> @interface SignatureView : UIView { CGMutablePathRef mPath; CGPoint mLastPoint; } - (void)doClear; - (UIImage*)makeUIImage; - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event; @end
Version data entries
51 entries across 51 versions & 1 rubygems