摘要:
#import "QRScanViewController.h"#import "AppDelegate.h"@interface QRScanViewController (){ BOOL infoShowing; UIAlertView *alert; BOOL upToDow... 阅读全文
摘要:
/** 根据屏幕的方向设置扫描的方向 * @author maguang * @param parameter * @return result */- (void)showaCapture{ CGAffineTransform transform; if (self.interface... 阅读全文