In order to view this lesson, you must purchase this course.
After a <b>company</b> is created, we need to send it back to our main list. Doing this requires a connection to be made between our list and the creation form, this connection is what we call delegation. In order to successfully know about the newly created object, we pass it back through a custom <b>Protocol</b> method call. Upon success, we can update the <b>UITableView</b> by inserting a new row using an <b>IndexPath</b>.