hons82 / THSegmentedPager

Simple plugin-sample using the HMSegmentedControl and a UIPageViewController to show Tabs
Other
219 stars 52 forks source link

Without Storyboard #1

Closed zabumba69 closed 10 years ago

zabumba69 commented 10 years ago

I loved the control, but it works without storyboard? Thanks!

hons82 commented 10 years ago

Hey! Yes, actually it does. All you would need to do is to setup the things I did in storyboard by hand e.g. all the autolayout constraints to hold the two parts (at the end it is a PageViewcontroller combined with a HMSegmentedControl) and set all the delegation and datasources right

zabumba69 commented 10 years ago

Thank you and congratulations on the awesome control ;)