该文被密码保护。 阅读全文
posted @ 2018-09-21 09:59 后羿射蛋 阅读(0) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/f43b5964f582 阅读全文
posted @ 2018-09-11 10:19 后羿射蛋 阅读(74) 评论(0) 推荐(0) 编辑
摘要: - (void)getQuarterBeginAndEndWith:(NSDate *)currentDate{ NSDate *nowDate = [NSDate date]; NSCalendar *calendar = [NSCalendar currentCalendar]; NSDateC 阅读全文
posted @ 2018-08-29 10:02 后羿射蛋 阅读(3168) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/e6ff72056a11https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/001375840038939c291467cc7c74 阅读全文
posted @ 2018-07-31 17:18 后羿射蛋 阅读(171) 评论(0) 推荐(0) 编辑
摘要: /* /** * Sets the NSLayoutConstraint multiplier property */ - (MASConstraint * (^)(CGFloat multiplier))multipliedBy; /** * Sets the NSLayoutConstraint 阅读全文
posted @ 2018-07-23 11:00 后羿射蛋 阅读(1083) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/e003f22ab11a 阅读全文
posted @ 2018-07-20 22:19 后羿射蛋 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 证书出问题了。 经过一番搜索,找到了一个解决办法: Build Settings Code Signing Identity, 分别改为iOS Developer/iOS Distribution即可。 阅读全文
posted @ 2018-07-20 21:55 后羿射蛋 阅读(8309) 评论(0) 推荐(0) 编辑
摘要: [self.jkswitch addTarget:self action:@selector(openAction:) forControlEvents:(UIControlEventValueChanged)]; 阅读全文
posted @ 2018-07-20 18:16 后羿射蛋 阅读(626) 评论(0) 推荐(0) 编辑
摘要: //定义编辑样式 - (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath { JKDZMTGoodBaseCell 阅读全文
posted @ 2018-07-20 15:26 后羿射蛋 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: #import "JKZhuanPanTopBtnsView.h" CGFloat const topBtnsHeight = 400.0f; @interface JKZhuanPanTopBtnsView () /**<#condition#>*/ @property (nonatomic,st 阅读全文
posted @ 2018-07-19 15:30 后羿射蛋 阅读(499) 评论(0) 推荐(0) 编辑