预览:

Swift-UIKit(UIButton).png

import UIKit
class ViewController: UIViewController {
    override func viewDidLoad() {
        super.viewDidLoad()
        let MyButton = UIButton(type: .system)
        MyButton.frame = CGRect(x: 135, y: 50, width: 160, height: 35)
        MyButton.setTitle("Button(按钮)", for: .normal)
        MyButton.configuration = .filled()
        view.addSubview(MyButton)
        // Do any additional setup after loading the view.
    }
}

SwiftUIKitiOSUIButton

2 条评论

  1. siixogtuyj
    2024-10-06 19:33
    回复

    不错不错,我喜欢看 www.jiwenlaw.com

  2. fhfmxujyhk
    2024-10-04 21:39
    回复

    想想你的文章写的特别好https://www.ea55.com/

添加新评论