If you want to create a calendar view, check out this code for some ideas (depending on what you want to achieve).
To create a UITableView row with four equally sized cells, just implement the tableView:cellForRowAtIndexPath: datasource method to create a view with e.g. four equally sized UILabels.