?? touchimageview_private.h
字號:
#import <UIKit/UIKit.h>#import "TouchImageView.h"@interface UITouch (TouchSorting)- (NSComparisonResult)compareAddress:(id)obj;@end@interface TouchImageView (Private)- (CGAffineTransform)incrementalTransformWithTouches:(NSSet *)touches;- (void)updateOriginalTransformForTouches:(NSSet *)touches;- (void)cacheBeginPointForTouches:(NSSet *)touches;- (void)removeTouchesFromCache:(NSSet *)touches;@end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -