摘要:
UISwipeGestureRecognizer *recognizer; recognizer = [[UISwipeGestureRecognizer alloc]initWithTarget:self action:@selector(handleSwipeFrom:)]; [recogniz 阅读全文
摘要:
ViewController *rootVC = (ViewController *)self.presentingViewController; while (rootVC.presentingViewController) { rootVC = (ViewController *)rootVC. 阅读全文
摘要:
[objc] view plain copy // // QrCodeImage.h // matchPlus // // Created by mnn on 16/4/14. // Copyright © 2016年 mnn. All rights reserved. // #import <UI 阅读全文