会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zzqqrr
博客园
首页
新随笔
联系
订阅
管理
2017年8月28日
ios 汽车品牌展示案例
摘要: 汽车组模型 汽车模型 主控制器
阅读全文
posted @ 2017-08-28 15:25 qrcode
阅读(465)
评论(0)
推荐(0)
ios UITableView性能优化
摘要: /** * 每当有一个cell进入视野范围内,就会调用 */ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { // static修饰局部变量:可以保证局部变量只分配一次存储空间(只初始化一次) static NSS...
阅读全文
posted @ 2017-08-28 10:36 qrcode
阅读(156)
评论(0)
推荐(0)
ios隐藏头部状态栏级tableview头部控件
摘要: - (BOOL)prefersStatusBarHidden { return YES; } self.tableView.separatorColor = [UIColor colorWithRed:255/255.0 green:255/255.0 blue:0 alpha:255/255.0]; self.tableView.separatorStyle =...
阅读全文
posted @ 2017-08-28 10:25 qrcode
阅读(635)
评论(0)
推荐(0)
ios UITableView背景图片设置
摘要: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { UITableViewCell *cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleValue2 ...
阅读全文
posted @ 2017-08-28 09:59 qrcode
阅读(261)
评论(0)
推荐(0)
公告