2013年10月25日

ios 更改UITableview中Section的字体颜色

摘要: -(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section{ UILabel *customLabel = [[UILabel alloc] init]; customLabel.text = [self tableView:tableView titleForHeaderInSection:section]; return customLabel;} 阅读全文

posted @ 2013-10-25 11:53 Hai_阔天空 阅读(418) 评论(0) 推荐(0)

ios 开发环境,证书和授权文件

摘要: 一、成员介绍1.Certification(证书)证书是对电脑开发资格的认证,每个开发者帐号有一套,分为两种:1)Developer Certification(开发证书)安装在电脑上提供权限:开发人员通过设备进行真机测试。可以生成副本供多台电脑安装;2) Distribution Certification(发布证书)安装在电脑上提供发布iOS程序的权限:开发人员可以制做测试版和发布版的程序。不可生成副本,仅有配置该证书的电脑才可使用;(副本制做介绍在下面Keychain中介绍)2.Provisioning Profile(授权文件)授权文件是对设备如iPod Touch、iPad、iPho 阅读全文

posted @ 2013-10-25 10:19 Hai_阔天空 阅读(507) 评论(0) 推荐(0)

导航