I am newbie for iOS development. What I have done so far is as below.
- Created New Project
- Removed all controller and added View Controller.
- Dragged
ScrollView
inViewController
- Dragged
Tab Bar
inScrollView
- Dragged 7
Tab Bar Item
inTab Bar
.
Now when I execute this project, I have all 7 tabs on screen which is not looking good. So what I am planning is display only 4 tab at first and if user scroll it horizontally, user can scroll and see rest tabs.
So, what I want to achieve is programmatically set some parameter in ScrollView
that it will display only first 4 options only.
Any idea/ suggestion on this to be done?