初学IOS开发HelloWorld-swift版本

看图


下面附上代码import UIKit

class ViewController: UIViewController {

@IBOutlet weak var display: UITextField!

@IBAction func xianshi(_ sender: UIButton) {
    display.text="HelloWorld"
}

@IBAction func qingkong(_ sender: UIButton) {
    display.text=" "
}

}
最后看模拟器效果图

posted on 2020-03-02 22:09  全世界每一处都是你  阅读(245)  评论(0编辑  收藏  举报

导航