iOS --- UI 簡單總結

代碼創建UIWindow對象 Xcode7之後使用代碼創建UIWindow對象: //創建UIWindow對象 self.window =[[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; //給window設置背景顏色(白色) self.window.backgroundColor = [UIColorwhiteColor
相關文章
相關標籤/搜索