这里有代码,由于某种原因,Expected Declaration
继续显示在代码旁边。另外,these answers似乎不适合我。
import UIKit
class SpeechBubble: UIView {
let uButton = UIButton(type: .custom)
let uImage = UIImage (named: "Upvote")
uButton.setImage(uImage, for: .normal)
}
Upvote是Assets.xcassets内部的一张图像,被列为通用图像,并具有1x,2x和3x选项