##Connect Outlet
connectOutlet creates a new instance of a provided view
class, wires it up to its associated controller, and
assigns the new view to a property on the current controller.
The purpose of this method is to enable views that use outlets to quickly assign new views for a given outlet.
For example, an application view’s template may look like