使用<uibutton> .setImage设置UIButton的图像时收到“预期声明”

时间:2018-12-09 05:05:38

标签: ios swift xcode uibutton

这里有代码,由于某种原因,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选项

0 个答案:

没有答案