Swift 4.2 Make bottom of tableView move up when keyboard shows
问题 Although I've searched, I'm confused about how best to approach this. I have a tableView where the bottom cell is an input to the list, in the same way apple reminders work. When there are too many items on the list, the keyboard covers the list and I can't see what I'm typing. My thought it I need to change the physical size of the table view and ensure it is scrolled to the bottom when the keyboard shows. Some have said keyboard observers but the majority of code I've found for this is out