Swift version Hello

Source: Internet
Author: User
Import Uikitclass Viewcontroller:uiviewcontroller {        @IBOutlet var Button:uibutton?    var alertview:uialertview?    Override Func Viewdidload () {        super.viewdidload ()        //Do any additional setup after loading the view, typically fro M a nib.    }    Override Func didreceivememorywarning () {        super.didreceivememorywarning ()        //Dispose of any of the resources that can Be recreated.    }    @IBAction func buttonpressed (sender:anyobject) {        NSLog (button!. titlelabel!. text!)        var Alertview:uialertview = Uialertview (title: "Is Sure", Message: "Look this", Delegate:nil, Cancelbuttontitle: " OK ")        alertview.show ()    }}

There are two places to connect:

1. Design view and code declaration for button-defined connections

2. Design the connection between the View's button click event and the Code function

Open the code files and views at the same time with the auxiliary view, and control-drag the button to the code, you can establish the corresponding connection

Swift version Hello

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.