I am working on an app where i have a view controller that contains a view in that view i have a button that when pressed i would like it to load my tabViewController.
I trying to get a splash screen to load before my app so i can do some downloading and parsing of data before i load my tabViewController because the data im putting the data into a tableView that is in the tabViewController.