How to make that when keyboard appears it pushes message (tableView content) up?
As in iMessage for example, when keyboard appears, I want to push messages up also. Please help
I’ve tried put tableView bottomAnchor to backdrop top. But it’s not as I want. Messages should be behind backdrop and keyboard. It means tableView bottom anchored to view bottom. Because I need blur effect.