I have an inputAccessoryView
and a UITableView
above it, similar to that of the Messages app. The keyboardDismiss
mode of the table view is interactive. I've been trying to work out how to add a constraint to the tableview to have it always positioned above the input accessory view, even whilst dragging the keyboard down. However I haven't found a way to do it (since they're not in the same "View"). Has anyone found a way to do this?
问问题
930 次