I'm trying to achieve something like the below
Essentially i will need to have a single UIView that holds these objects one being the video from the user who posted and a reply function for a user to record and play back. The hard part for me is trying to get it to function similar to a message feed.
How could i approach designing this UIView so that i can have all the controls i need from MPMoviePlayerControl
in one view for both recording and viewing the video?