预览:

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. hhzlemuxjz
    2025-03-03 02:09
    回复

    ?情感共鸣类?

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

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

添加新评论