摘要:
1 //隐藏UITableViewCell的分隔线2 [self.tableViewList setSeparatorStyle:UITableViewCellSeparatorStyleNone];3 //自定义cell选中时的背景色4 cell.selectedBackgroun... 阅读全文
摘要:
1 一:在AppDelegate中统一定制导航栏风格 2 //设置导航栏颜色,标题字体和颜色,还有阴影效果 3 [[UINavigationBar appearance] setBarTintColor:[UIColor colorWithRed:26/255.0 green:154/2... 阅读全文
摘要:
经常用到的命令有:1.从服务器端下载代码到本地在终端中输入svn checkout svn://localhost/mycode --username=gwh --password=123 /Users/apple/Documents/code将服务器中mycode仓库的内容下载到/Users/ap... 阅读全文