650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/53/F0/wKioL1R0TA6CdHD_AABHkcKtboU571.jpg "style=" float: none; "title=" screen shot 2014-11-25 17.24.24.png "alt=" Wkiol1r0ta6cdhd_aabhkcktbou571.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/53/F2/wKiom1R0S46zbHtJAABbf0Fgkwo665.jpg "style=" float: none; "title=" screen shot 2014-11-25 17.25.11.png "alt=" Wkiom1r0s46zbhtjaabbf0fgkwo665.jpg "/>
var Alert:uialertcontroller = uialertcontroller(title: "OK not to play it?" ", Message:" ", PreferredStyle:UIAlertControllerStyle.ActionSheet)
Uialertcontrollerstyle.actionsheet
Uialertcontrollerstyle.alert
var action1 = uialertaction (title: "OK", style:UIAlertActionStyle.Destructive) {(action), Void in
println ("EXE");
}
var action2 = uialertaction (title: "Cancel", Style:UIAlertActionStyle.Cancel) {(action), Void in
println ("Cancel");
}
Alert.addaction (Action1);
Alert.addaction (Action2);
Self.presentviewcontroller (Alert, animated:true) {(), Void in
println (11);
}
Uialertcontroller controller can use iOS8 new