I am learning iOS development. I am using storyboard. I created one Tab Application using storyboard. I have 5 tabs in my application. Each tab contains one picker view or date picker and button. I already added all the component visually and connected all with all connector class (View controller to Controller class).
Now, my problem is, when i run my application, only first tab shows one picker but other tabs do not show my pickers.