Many of my views implement methods for a notification for UIKeyboardWillShowNotification
they move around internal views to move out of the way of the keyboard.
Problem I have is that I don't know which view triggered the notification.
How can I tell?