I have my ViewController class which implements UITextFieldDelegate. I have no auto complete for the funcs such as textFieldShouldBeginEditing. Is this a bug in XCode 6?
A bit more swifty is ...
@IBOutlet weak var nameTF: UITextField! { didSet { nameTF.delegate = self } }