I am creating an application, and I have a form that needs to be filled out. I would like to implement a solution similar to the photo below. In particular I want to implement the top section. The photo right next to the table cells.
Any suggestions or ideas how how to do this to a table view. I know its a group table, but I never seen the cells push over like that.

I doubt the top section is one tableView. It’s likely a grouped table (First, Last Initial) with a section header (Name) and a UIImageView next to it (Add Photo). If the entire thing moves up and down (scrollable) then it’s likely also embedded in a ScrollView.