摘要: #pragma - mark - 切换window RootViewController - (IBAction)loginBtn:(UIButton *)sender { AppDelegate* aud = (AppDelegate*)[UIApplication sharedApplicati 阅读全文
posted @ 2019-09-11 23:50 🍂浪迹天涯🍂 阅读(80) 评论(0) 推荐(0) 编辑
摘要: // // UIView+FindChildView.h // XibDemo // // Created by HELLO WORLD on 2019/9/11. // Copyright © 2019年 WaterProofer. All rights reserved. // #import 阅读全文
posted @ 2019-09-11 23:50 🍂浪迹天涯🍂 阅读(214) 评论(0) 推荐(0) 编辑
摘要: #define Spacing 10 //间隔距离 #define Btn_NUMs 3//每列个数 #define Btn_HEIGHT TRUEW(30) #define Btn_WIDTH ((SCREEN_WIDTH-(Btn_NUMs+1)*Spacing)/Btn_NUMs) [btn 阅读全文
posted @ 2019-09-11 16:23 🍂浪迹天涯🍂 阅读(152) 评论(0) 推荐(0) 编辑