self.navigationController.navigationBar.barTintColor = [UIColor whiteColor]; // 设置导航条...

IP属地:北京
self.navigationController.navigationBar.barTintColor = [UIColor whiteColor]; // 设置导航条...
// 创建布局对象 UICollectionViewFlowLayout *flowLayout = [[UICollectionViewFlowLayout alloc...
@interface ViewController () #define w self.view.frame.size.width// 屏幕宽度 #define h self...
#import "ViewController.h" #import "WeatherViewController.h" @interface ViewController ...