I\'m new to Swift and iOS programming. I was trying to create a UITextField programmatically using Swift but couldn\'t get it quite right. Also how do you change it
UITextField
Add the textField on UIView is
var textField=UITextField(frame:CGRectMake(x,y,width,height)); self.view.addSubView(textField)