上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页
摘要: 1.截取选中view的图片 2.两张图片 合成一张图片 阅读全文
posted @ 2016-05-09 11:15 爱生活爱代码 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 升级了7.3,真心的不好用啊,bug一堆,写个代码,引入的类根本找不到,必须要command+b 重新编译一遍,现在连提交appstore都有问题。 果断用了 Application Loader上传app程序 提示:如果您安装了XCode开发环境。在/Applications/XCode.app/ 阅读全文
posted @ 2016-04-15 11:00 爱生活爱代码 阅读(2622) 评论(0) 推荐(0) 编辑
摘要: { CAKeyframeAnimation *frame=[CAKeyframeAnimation animation]; CGFloat left=-M_PI_2*0.125; CGFloat right=M_PI_2*0.125; frame.keyPath=@"postion"; frame. 阅读全文
posted @ 2016-04-11 15:10 爱生活爱代码 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 网上找了一个,一般来说 有两种方法: 1.改变view 的Frame [cell setFrame:CGRectMake(<#CGFloat x#>, <#CGFloat y#>, <#CGFloat width#>, <#CGFloat height#>)] 2.改变中心点坐标: [cell se 阅读全文
posted @ 2016-04-11 15:03 爱生活爱代码 阅读(1789) 评论(0) 推荐(0) 编辑
摘要: 说一下系统的button,image 和 title的位置关系 默认image 和 title的位置关系: 随便画了草图,有点丑,不过不妨碍理解: 第一种:在button上只设置文字,这个时候,button的文字默认是剧中的。 第二种:在button上只设置图片,也是默认剧中的。 第三种:主要说的是 阅读全文
posted @ 2016-04-09 22:13 爱生活爱代码 阅读(1636) 评论(0) 推荐(0) 编辑
摘要: #define NUMBERS @"0123456789.-" //数字 #define NUM @"0123456789" //字母 #define ALPHA @"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" //数字和字母 #def 阅读全文
posted @ 2016-04-08 12:44 爱生活爱代码 阅读(1908) 评论(0) 推荐(0) 编辑
摘要: compare 是 NSString 中的一个方法,这个方法是将字符串 按照 ACSII码表来进行对比。 会返回三种类型: 阅读全文
posted @ 2016-03-30 18:20 爱生活爱代码 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 1、保证手机和Mac连接的是同一个无线局域网 2、在Mac上打开Charles Proxy,菜单栏操作:Proxy→Proxy Setting,检查端口,一般保持默认,HTTP Proxy端口为8888 3、查看Mac当前的IP地址,之后作为手机的Proxy IP用: 手机-设置-wifi-http 阅读全文
posted @ 2016-02-22 18:11 爱生活爱代码 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://blog.csdn.net/h1101723183/article/details/50667325 IOS开发证书全部变成无效,如下图 打包提示错误 解决方法: 1. 下载https://developer.apple.com/certificationauthority/A 阅读全文
posted @ 2016-02-17 10:25 爱生活爱代码 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1.判断用户是否有权限访问相册 #import <AssetsLibrary/AssetsLibrary.h> ALAuthorizationStatus author = [ALAssetsLibraryauthorizationStatus]; if (author == kCLAuthoriz 阅读全文
posted @ 2016-01-27 17:25 爱生活爱代码 阅读(5470) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页