i'm building a to do list app that have a main page that I want to use for presenting some data in, and this main page have 3 action buttons that are:
List button - takes you to a page which present a list of things
Create button - takes you to the page where you create a new item
Profile button - takes you to the profile page
I want those action to be presented as tab bar buttons, but when I created a tabbarviewcontroller in the storyboard I notice that the main page is the first tab bar item...and it's not what i want to be the initial screen...
Can anyone please help me to figure it out?
I want the main screen to be some king of view controller that have 3 tab bar buttons, but each one of them is different than the initial screen.
this is what i want:
Thanks