xaviermerino / XMSegmentedControl

A customizable segmented control with Icons, Text or Icons + Text segments. It is fully customizable and supports several inbuilt styles for displaying the selected segment. Written in Swift for iOS.
MIT License
193 stars 61 forks source link

how to increase the height of the image as well as segment. #38

Open BugFinder27 opened 7 years ago

BugFinder27 commented 7 years ago

want to set the height of image as well as segment to achieve below UI or similar to this.Help would be really appreciated.Thank you in advance

img_0005

xaviermerino commented 7 years ago

What is it that you want to accomplish? If the images are part of the segment and you have a vertical menu like that and every time you tap a segment you have images as well I would suggest using a TableView that expands. Maybe checkout XMExpandableTableView