xmartlabs / XLMailBoxContainer

Custom container view controller ala MailBox app.
MIT License
89 stars 15 forks source link

Add support for minimal width of the UISegmentedControl #5

Closed romanroibu closed 10 years ago

mtnbarreto commented 10 years ago

@romanroibu we can do that overriding XLSwipeContainerController viewDidLoad method and changing the UISegmentedControl frame. self.navigationItem.titleView will return the UISegmentedControl.

I prefer to keep the code as it is now. Regards.