I'm new to XCode and Objective-C, and is trying to recreate the bottom bar of the iMessage app, but i can't figure out how to do it. I've seen other app's using the exact same layout, WhatsApp Messenger for example, which made me think there probably is some easy way to do it.
It seems impossible to get a UIButton to look like the send-button, and it seem equally impossible to make a UITextField look like the input-field. Is it really all done by using images, or are there some native (correct) way to do it? If it is all images, where can I find them, or do I have to make my own?
Also, how do i make the textfield vertically expand while the user enters text? This question at least seems to answer how to make dynamic-width buttons using images, but not how to make textfields with variable height.
This is what I'm trying to recreate: