privatevar_backGroundColor :String?
varbackGroundColor :String?{
get{
return _backGroundColor
}
set{
_backGroundColor= newValue
}
}
privatevar_backGroundColor :String?
varbackGroundColor :String?{
get{
return _backGroundColor
}
set{
_backGroundColor= newValue
}
}
本文标题:swift setter和getter方法的使用
本文链接:https://www.haomeiwen.com/subject/ahmxbftx.html
网友评论