初学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   全世界每一处都是你  阅读(248)  评论(0编辑  收藏  举报

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

统计

点击右上角即可分享
微信分享提示