For iOS, the Embrace SDK captures views on the `viewDidAppear` and then attempts to show the most relevant view when a session ends. 


To manually set a view, use the `startViewWithName:` and `endViewWithName:` methods of the Embrace class. Setting a custom view does not let you select what the last view is going to be, but it provides more control over what is displayed in the dashboard. If your application has a complex UI structure with several View Controllers embedded it could be helpful to set the view name you want to see manually.