会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
有一天
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
下一页
2015年7月2日
CGAffineTransformMakeTranslation和CGAffineTransformTranslate
摘要: 分类:ios基础2013-01-06 22:0515513人阅读评论(2)收藏举报1.CGAffineTransformMakeTranslation每次都是以最初位置的中心点为起始参照 CGAffineTransformTranslate每次都是以传入的transform为起始参照 CGAffin...
阅读全文
posted @ 2015-07-02 23:13 有一天
阅读(603)
评论(0)
推荐(0)
编辑
2015年6月30日
微信登陆的回调设置
摘要: //#pragma mark - 微信登入回调//-(void) onReq:(BaseReq*)req//{// if([req isKindOfClass:[GetMessageFromWXReq class]])// {// GetMessageFromWXReq *temp = (...
阅读全文
posted @ 2015-06-30 14:29 有一天
阅读(2075)
评论(0)
推荐(0)
编辑
2015年6月29日
获取一个 app 的 URL Scheme 的方法:
摘要: 获取一个 app 的 URL Scheme 的方法:上这个网站URL Schemes查一下相应的 app 的 URL Scheme 是否有被收录第一种方法没找到的话,把相应的 app 的 ipa 安装文件下载下来,把文件 .ipa 的后缀改成 .zip,然后解压,打开 Payload/xxx.app...
阅读全文
posted @ 2015-06-29 15:00 有一天
阅读(23595)
评论(0)
推荐(0)
编辑
2015年6月26日
tableviewcell的取消选中,高亮
摘要: 1.取消多余cell的分割线UIView *view = [UIView new]; view.backgroundColor = [UIColor clearColor]; [tableView setTableFooterView:view];2.取消cell选中状态代理 didsele...
阅读全文
posted @ 2015-06-26 13:53 有一天
阅读(1335)
评论(0)
推荐(0)
编辑
2015年6月18日
Unknown type name “CGFloat
摘要: 一、编绎显示Unknown type name “CGFloat”错误解决方法将Compile Sources As 改为 Objective-C++二、如果是extern const引起的。直接加头文件#import
阅读全文
posted @ 2015-06-18 23:16 有一天
阅读(292)
评论(0)
推荐(0)
编辑
报错
摘要: 错误代码:objc_msgSend(self.beginRefreshingTaget, self.beginRefreshingAction, self);Too many arguments to function call, expected 0, have 3经过几番周折,终于叨叨解决方案了...
阅读全文
posted @ 2015-06-18 23:04 有一天
阅读(114)
评论(0)
推荐(0)
编辑
数组排序法
摘要: //第一种,利用数组的sortedArrayUsingComparator调用 NSComparator ,obj1和obj2指的数组中的对象NSComparator cmptr = ^(id obj1, id obj2){if ([obj1 integerValue] > [obj2 intege...
阅读全文
posted @ 2015-06-18 21:19 有一天
阅读(143)
评论(0)
推荐(0)
编辑
设置navigation baritem方法
摘要: UIButton *RightBtn=[UIButton buttonWithType:UIButtonTypeRoundedRect]; [RightBtn setImage:[UIImage imageNamed:@"indexLeftNav"] forState:UIControlState...
阅读全文
posted @ 2015-06-18 14:12 有一天
阅读(151)
评论(0)
推荐(0)
编辑
2015年6月17日
集成微信登入遇到问题
摘要: 问题如下required architecture x86_64 in file libWeChatSDK.a原因是:微信不兼容64位架构,但是微信的官方demo能跑,于是我参照微信的demo的设置搞定了不用根据微信demo进行设置 模拟器会出现编译问题 但是真机测试 就不会有问题了去project...
阅读全文
posted @ 2015-06-17 09:46 有一天
阅读(150)
评论(0)
推荐(0)
编辑
2015年6月16日
打印的infoplist文件
摘要: Printing description of dict:{ CFBundleDevelopmentRegion = en; CFBundleExecutable = yybjproject; CFBundleIdentifier = "com.bingjun.hongren"; CFBun...
阅读全文
posted @ 2015-06-16 21:31 有一天
阅读(334)
评论(0)
推荐(0)
编辑
上一页
1
···
6
7
8
9
10
11
12
下一页
公告