取得螢幕的尺寸 let fullScreenSize = UIScreen.mainScreen().bounds.size // 為基底的self.view 設置底色 self.view.backgroundColor = UIColor.whiteColor() ...
確定! 回上一頁