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

Options to display navigation title icon and cell title icon. #152

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

Conversation

beata
Copy link

@beata beata commented Aug 13, 2019

Hi, I've done some work for displaying icon on navigation bar and table cell.

  1. Prepend icon to navigation title.
  2. Prepend icon to table cell title.
  3. Add new init() parameter itemImages:[UIImage]? = nil
    If set, the corresponding item image would be added to each table cell.
  4. Add new configuration option shouldChangeTitleImage
    If set to true, the icon of the selected item would be presented on navigation bar.
  5. Add new configuration option iconImage
    A placeholder used for cell item postioning.
  6. Update touch area in layoutSubview to avoid small touch area problem.

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.

1 participant