上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: 找不到.bash_profile文件的可以使用find查找: 终端输入 然后在bash_profile文件添加下行(具体path取决python3安装路径): alias python="/System/Library/Frameworks/Python.framework/Versions/3.6 阅读全文
posted @ 2017-12-26 16:31 YouNeedCourage 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cocoachina.com/ios/20171220/21601.html 阅读全文
posted @ 2017-12-21 14:28 YouNeedCourage 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 该问题之前遇到过两次,调用 deleteSections: withRowAnimation 方法时,删除第一个cell时正常,删除第二个时就会崩溃,或者删掉的不是自己想删除的cell的问题,解决方法如下: 我的cell的删除方法时在tableView的 - (UIView *)tableView: 阅读全文
posted @ 2017-12-11 17:07 YouNeedCourage 阅读(761) 评论(0) 推荐(0) 编辑
摘要: 懒癌晚期,实在懒得写了,只把效果和代码放上来了~ 阅读全文
posted @ 2017-10-18 13:45 YouNeedCourage 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: 在APPDelegate中设置 阅读全文
posted @ 2017-10-18 10:00 YouNeedCourage 阅读(2918) 评论(0) 推荐(0) 编辑
摘要: 设置中划线 NSString *textStr = @"¥1998"; NSDictionary *attribtDic = @{NSStrikethroughStyleAttributeName: [NSNumber numberWithInteger:NSUnderlineStyleSingle 阅读全文
posted @ 2017-10-10 17:27 YouNeedCourage 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.cnblogs.com/shisishao/p/6000999.html 阅读全文
posted @ 2017-09-27 11:28 YouNeedCourage 阅读(581) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/ios/20170925/20642.html 阅读全文
posted @ 2017-09-25 15:53 YouNeedCourage 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 由于项目需求,cell编辑状态下左边的删除图片和右边的移动的图片不能使用系统的,可以使用下面方法修改图片 1.在自定义cell的初始化方法中自定义删除按钮 2.重写setEditing方法 阅读全文
posted @ 2017-09-06 17:04 YouNeedCourage 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: 参考文章:http://www.qingpingshan.com/rjbc/ios/230949.html 1.桌面新建一个文件夹,自行命名(crash); 2.找到Xcode的位置,右键"显示包内容",根据以下目录找到symbolicatecrash工具:/Applications/Xcode.a 阅读全文
posted @ 2017-08-10 14:15 YouNeedCourage 阅读(5599) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页