摘要: 【1】取消Tableview中cell的下划线 //无论是原始cell还是开发者自定义的cell,在表中都是默认有下划线的,取消cell自带的下划线 [self.tableViewsetSeparatorStyle:UITableViewCellSeparatorStyleNone]; //一... 阅读全文
posted @ 2015-07-18 16:33 王北城 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 今天把微信SDK_1.5加入我的程序中(我的开发环境是Xcode6.4),编译时报错:Undefined symbols for architecture x86_64: "operator delete[](void*)", referenced from: +[WeChatApiUtil... 阅读全文
posted @ 2015-07-18 16:16 王北城 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 方式1:只设置字体大小,我一般用这个[UILabel setFont: [UIFont boldSystemFontOfSize:20.0]];方式2:设置字体大小 和字体类型,加粗[UILabelsetFont:[UIFontfontWithName:@"Helvetica-Bold"size:2... 阅读全文
posted @ 2015-07-06 22:06 王北城 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: 1.Cocos2d下载地址:http://www.cocos2d-iphone.org,然后进入Download页面2.在mac系统中解压刚才下载的压缩包,最好不要放在桌面,我是放在Documents(文稿)中3.打开 终端 ,输入代码进入刚才的文件夹cd documentscd cocos2d-i... 阅读全文
posted @ 2015-07-06 21:46 王北城 阅读(617) 评论(0) 推荐(0) 编辑