I am trying to find which textfield is active for when the I move the view when the keyboard rises. I am trying to set a property in my viewcontroller from the subview of a
Why dont you give all UITextfields individual Tags textfield.tag = 1
then you respond to the delegate DidBeginEditing. and check which textfield.tag is active?