View and Navigation Controller

@adam i’m trying to keep my code DRY as possible. Here is my scenario.

Tab 1 - Notifications List

  1. User click on list item and is moved to a page with more details
    about the notification.
  2. From there the user can click on a username to view that user’s profile

Tab 2 - Events List

  1. User can click on event to view details
  2. User can click on a username in the details and view that user’s profile page

Hopefully this makes more sense about the flow i’m trying to achieve. Twitter app does a similar thing you can end up seeing a user’s profile from the timelines tab and notifications tab.