摘要: +(void)buttonAnimationClick:(UIButton*)button{ button.transform = CGAffineTransformIdentity; [UIView animateKeyframesWithDuration:0.5 delay:0 options: 阅读全文
posted @ 2022-06-21 14:29 LongYP1 阅读(346) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" @interface ViewController ()<UITableViewDelegate,UITableViewDataSource>@property(retain)UITableView* tableView;@property(re 阅读全文
posted @ 2017-07-31 15:52 LongYP1 阅读(291) 评论(0) 推荐(0) 编辑
摘要: for (UIViewController *controller in self.navigationController.viewControllers) { if ([controller isKindOfClass:[要返回的类名 class]]) { [self.navigationCon 阅读全文
posted @ 2017-07-31 15:23 LongYP1 阅读(82) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" #define HEIGHT [UIScreen mainScreen].bounds.size.height #define WIDTH [UIScreen mainScreen].bounds.size.width @interface Vi 阅读全文
posted @ 2017-05-31 11:00 LongYP1 阅读(676) 评论(0) 推荐(1) 编辑