The elegant yet functional dropdown menu, written in Swift, appears underneath the navigation bar to display a list of defined items when a user clicks on the navigation title.
MIT License
2.69k
stars
410
forks
source link
Options to display navigation title icon and cell title icon. #152
Hi, I've done some work for displaying icon on navigation bar and table cell.
init()
parameteritemImages:[UIImage]? = nil
If set, the corresponding item image would be added to each table cell.shouldChangeTitleImage
If set to true, the icon of the selected item would be presented on navigation bar.iconImage
A placeholder used for cell item postioning.layoutSubview
to avoid small touch area problem.