预览:

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

3 条评论

  1. jbjqwdftfw
    2025-03-04 19:47
    回复

    这篇文章如同一幅色彩斑斓的画卷,每一笔都充满了独特的创意。

  2. hhzlemuxjz
    2025-03-03 02:09
    回复

    ?情感共鸣类?

  3. xiyjnmkljm
    2025-03-01 03:01
    回复

    内容的丰富性和深度让人仿佛置身于知识的海洋,受益匪浅。

添加新评论