On Android, a toast is a transient confirmation message appearing in the lower portion of the screen. Did Google consciously position the toast here for optimal usability?
I want to port this toast to iPhone. Will usability decline if I decide to put my toast in the center or top? Can I decide on where to position it depending on the severity of the message? For example, if the message is very important, should the toast be centered?
