Dismiss The Keyboard - Multiple UITextFields in iOS 7

前端 未结 8 1144
盖世英雄少女心
盖世英雄少女心 2021-01-31 22:56

below you\'ll find my .h & .m files for my primary viewcontroller.

I have 3 questions.

1.) Because I have multiple uitextfields, do I have to set each with

相关标签:
8条回答
  • 2021-01-31 23:22

    try to use self.dancePlace.delegate = self; instead of dancePlace.delegate = self; to set the UITextFieldDelegate. Does that work?

    0 讨论(0)
  • 2021-01-31 23:30

    Try the following:

    [[self view] endEditing:YES]
    
    0 讨论(0)
提交回复
热议问题