会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AllenChan
博客园
首页
新随笔
联系
订阅
管理
2016年3月24日
去除 GroupTableview 上的空间
摘要: CGRect fram=CGRectMake (0,0,0,CGFLOAT_MIN); 设置tableView.tableHeaderView = [[UIView alloc]initWithFrame:fram]
阅读全文
posted @ 2016-03-24 23:13 AllenChan
阅读(156)
评论(0)
推荐(0)
2015年11月12日
TableView cell 分割线 的 设置
摘要: 设置 tableview cell 的分割线距离左右2 边的位置 (上,左,右,下) (0,0,0,0)表示顶到2端-(void)viewDidLayoutSubviews{ if ([self.friendTableView respondsToSelector:@selector(setSep...
阅读全文
posted @ 2015-11-12 15:30 AllenChan
阅读(271)
评论(0)
推荐(0)
2015年11月10日
关于NavgaitionBar 黑线
摘要: 1、黑线的由来Apple 为了方便开发者给用户设置导航栏的背景,默认给了导航栏一个图层,也就是ImageView,然后给这个ImageView 设置了shadowImage,这就导致了我们看到的导航栏有黑线。2、如何去除 方法1: 既然是 shadowImage 那就可以先设置背景图片,然后设置sh...
阅读全文
posted @ 2015-11-10 08:56 AllenChan
阅读(210)
评论(0)
推荐(0)
2015年9月30日
xcode7 更新后 一些问题
摘要: 1、bitcode 问题 设置为 NO2、dylib 问题 把 路径 改成/usr/lib/ 找到点+ 选择然后 com shift/usr/lib/ ,xcode 会卡很久 重启电脑后 正常3、关于 HTTPS 问题 修改 info plist 里面4、关于 类似分享 需要修改 白名单
阅读全文
posted @ 2015-09-30 14:41 AllenChan
阅读(125)
评论(0)
推荐(0)
2015年9月9日
Xcode中 增加 Pch 文件
摘要: http://www.cnblogs.com/YouXianMing/p/3989155.html
阅读全文
posted @ 2015-09-09 22:52 AllenChan
阅读(126)
评论(0)
推荐(0)
2015年9月2日
NSRUNLoop
摘要: [self.imageV performSelector:XXX withObject:XXXX afterDelay:0 inModes:NSDefaultRunLoopMode]来处理
阅读全文
posted @ 2015-09-02 09:41 AllenChan
阅读(107)
评论(0)
推荐(0)
2015年8月31日
Xcode使用 pod 后,在pch 中出现 file not found 相关错误解决方案
摘要: 在Xcode 使用 pods 时候,在pch 导入相关的 头文件的时候出现 file not found 错误的时候,(在其他地方 #import 又不报错的时候),在xcode-->product-->scheme-->manage scheme 删除 原来 工程----重新加一遍 就好了,至少对...
阅读全文
posted @ 2015-08-31 22:40 AllenChan
阅读(1057)
评论(0)
推荐(0)
2015年7月30日
iOS开发五种创建UIImage的类方法
摘要: UIImage有五个类方法,用来创建UIImage的。下面介绍一下每个类方法的作用和创建实例。 1.使用类方法imageNamed:创建 + (UIImage *)imageNamed:(NSString *)name; // load from main bundle name是照片名称。创...
阅读全文
posted @ 2015-07-30 14:03 AllenChan
阅读(395)
评论(0)
推荐(0)
2015年3月13日
ios --关于播放 itunes 里面的歌曲
摘要: 详情见:http://www.cnblogs.com/kenshincui/p/4186022.html 写的很好#import @protocol MyMusicPlayer @optional@optional/** * 当前播放的时间 * * @param time 时间 */-(void...
阅读全文
posted @ 2015-03-13 14:57 AllenChan
阅读(222)
评论(0)
推荐(0)
ios 关于VFL的一点事情
摘要: VFL :Visual Format language写法:功能 表达式水平方向 H:垂直方向 V:Views [view]SuperView |关系 >=,==,<=空间,间隙 -优先级 ...
阅读全文
posted @ 2015-03-13 14:28 AllenChan
阅读(441)
评论(0)
推荐(0)
下一页
公告