| | |
| | | self.navigationItem.title = @"发现"; |
| | | self.view.backgroundColor=[UIColor whiteColor]; |
| | | |
| | | self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[UIColor whiteColor],NSFontAttributeName:[UIFont systemFontOfSize:18]}; |
| | | self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[UIColor blackColor],NSFontAttributeName:[UIFont systemFontOfSize:18]}; |
| | | |
| | | UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; //返回上个网页 |
| | | [button setImage:[[UIImage imageNamed:@"详情页面返回"] imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal] forState:UIControlStateNormal]; |