將圖片設置爲背景顏色的方法,因爲比較經常使用,因此收納到這裏方便查閱。code
self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"圖片名稱"]];