2

I added a textfield to tableview's cell and when textfield become first responder then tableView scrolls up. Even dow I set self.tableView.scrollEnabled = false. How can I prevent this phenomenon?

János
  • 29,667
  • 30
  • 151
  • 300
  • 1
    Override the `viewWillAppear` method and don't call `[super viewWillAppear: animated]` More you can found here: http://stackoverflow.com/questions/9637089/disabling-automatic-scrolling-of-uitableview-when-editing-uitextfield-inside-uit – János Sep 03 '14 at 15:57

0 Answers0