Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/icon with label #153

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

shadow-of-arman
Copy link

@shadow-of-arman shadow-of-arman commented Feb 15, 2021

Icon With Label Example

Added an additional segment type named IconWithLabelSegment which takes in an array of type IconWithLabel which is a custom class that carries an icon of type UIImage and a title of type String.
Most of the code inside IconWithLabelSegment is a combination of the LabelSegment and the TitleSegment so all of the features for those two segment types are carried over.

Tested the constraints inside the custom IconWithLabelView used by the IconWithLabelSegment to make sure the icon and label looks the way it should with different icon sizes and font sizes. Also what I found out is that the icon looks the best when it's size is half of the segment's height but that's still up to people who are using this to decide and customize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant