会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
后羿射蛋
博客园
首页
新随笔
联系
管理
订阅
2018年9月21日
公司注册花费
该文被密码保护。
阅读全文
posted @ 2018-09-21 09:59 后羿射蛋
阅读(0)
评论(0)
推荐(0)
2018年9月11日
cocoaPods 使用
摘要: https://www.jianshu.com/p/f43b5964f582
阅读全文
posted @ 2018-09-11 10:19 后羿射蛋
阅读(83)
评论(0)
推荐(0)
2018年8月29日
iOS 获取本周,本月,本季,的起止日期
摘要: - (void)getQuarterBeginAndEndWith:(NSDate *)currentDate{ NSDate *nowDate = [NSDate date]; NSCalendar *calendar = [NSCalendar currentCalendar]; NSDateC
阅读全文
posted @ 2018-08-29 10:02 后羿射蛋
阅读(3228)
评论(0)
推荐(0)
2018年7月31日
Git 创建分支,合并分支,等操作
摘要: https://www.jianshu.com/p/e6ff72056a11https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/001375840038939c291467cc7c74
阅读全文
posted @ 2018-07-31 17:18 后羿射蛋
阅读(178)
评论(0)
推荐(0)
2018年7月23日
Masonry 设置宽高比例
摘要: /* /** * Sets the NSLayoutConstraint multiplier property */ - (MASConstraint * (^)(CGFloat multiplier))multipliedBy; /** * Sets the NSLayoutConstraint
阅读全文
posted @ 2018-07-23 11:00 后羿射蛋
阅读(1147)
评论(0)
推荐(0)
2018年7月20日
上传App Store 报错 ERROR ITMS-90087: "Unsupported Architectures 解决办法
摘要: https://www.jianshu.com/p/e003f22ab11a
阅读全文
posted @ 2018-07-20 22:19 后羿射蛋
阅读(282)
评论(0)
推荐(0)
iOS配置证书:Provisioning profile "xx_Distribution" doesn't include signing certificate "iPhone Developer
摘要: 证书出问题了。 经过一番搜索,找到了一个解决办法: Build Settings Code Signing Identity, 分别改为iOS Developer/iOS Distribution即可。
阅读全文
posted @ 2018-07-20 21:55 后羿射蛋
阅读(8368)
评论(0)
推荐(0)
UISwitch 当滑动时候不触发 事件 是因为 触发事件的 controlEvents [self.jkswitch addTarget:self action:@selector(openAction:) forControlEvents:(UIControlEventValueChanged)];
摘要: [self.jkswitch addTarget:self action:@selector(openAction:) forControlEvents:(UIControlEventValueChanged)];
阅读全文
posted @ 2018-07-20 18:16 后羿射蛋
阅读(638)
评论(0)
推荐(0)
iOS 10 设置TableViewCell侧滑时,当Cell上有按钮的点击事件,当Cell进入编辑状态的时候取消按钮的点击事件
摘要: //定义编辑样式 - (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath { JKDZMTGoodBaseCell
阅读全文
posted @ 2018-07-20 15:26 后羿射蛋
阅读(1181)
评论(0)
推荐(0)
2018年7月19日
view沿着某一点旋转
摘要: #import "JKZhuanPanTopBtnsView.h" CGFloat const topBtnsHeight = 400.0f; @interface JKZhuanPanTopBtnsView () /**<#condition#>*/ @property (nonatomic,st
阅读全文
posted @ 2018-07-19 15:30 后羿射蛋
阅读(515)
评论(0)
推荐(0)
下一页
公告