第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定

Playground簡單色條動畫

標簽:
iOS
import UIKit
import XCPlayground

let showView = UIView(frame: CGRect(x: 0, y: 0, width: 300, height: 300))
showView.backgroundColor = UIColor.black

let rectangle1 = UIView(frame: CGRect(x: 0, y: 0, width: 50, height: 50))
let rectangle2 = UIView(frame: CGRect(x: 0, y: 50, width: 50, height: 50))
let rectangle3 = UIView(frame: CGRect(x: 0, y: 100, width: 50, height: 50))
let rectangle4 = UIView(frame: CGRect(x: 0, y: 150, width: 50, height: 50))
let rectangle5 = UIView(frame: CGRect(x: 0, y: 200, width: 50, height: 50))
let rectangle6 = UIView(frame: CGRect(x: 0, y: 250, width: 50, height: 50))

rectangle1.backgroundColor = UIColor.red
rectangle2.backgroundColor = UIColor.orange
rectangle3.backgroundColor = UIColor.yellow
rectangle4.backgroundColor = UIColor.green
rectangle5.backgroundColor = UIColor.blue
rectangle6.backgroundColor = UIColor.purple
showView.addSubview(rectangle6)
showView.addSubview(rectangle5)
showView.addSubview(rectangle4)
showView.addSubview(rectangle3)
showView.addSubview(rectangle2)
showView.addSubview(rectangle1)

UIView.animate(withDuration: 2){
    rectangle1.backgroundColor = UIColor.purple
    rectangle1.frame = CGRect(x: 250, y: 50, width: 50, height: 150)
    rectangle2.backgroundColor = UIColor.blue
    rectangle2.frame = CGRect(x: 200, y: 100, width: 50, height: 150)
    rectangle3.backgroundColor = UIColor.green
    rectangle3.frame = CGRect(x: 150, y: 50, width: 50, height: 150)
    rectangle4.backgroundColor = UIColor.yellow
    rectangle4.frame = CGRect(x: 100, y: 100, width: 50, height: 150)
    rectangle5.backgroundColor = UIColor.orange
    rectangle5.frame = CGRect(x: 50, y: 50, width: 50, height: 150)
    rectangle6.backgroundColor = UIColor.red
    rectangle6.frame = CGRect(x: 0, y: 100, width: 50, height: 150)
}

XCPlaygroundPage.currentPage.liveView = showView
點擊查看更多內容
2人點贊

若覺得本文不錯,就分享一下吧!

評論

作者其他優(yōu)質文章

正在加載中
感謝您的支持,我會繼續(xù)努力的~
掃碼打賞,你說多少就多少
贊賞金額會直接到老師賬戶
支付方式
打開微信掃一掃,即可進行掃碼打賞哦
今天注冊有機會得

100積分直接送

付費專欄免費學

大額優(yōu)惠券免費領

立即參與 放棄機會
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號

舉報

0/150
提交
取消