Images of different size and colour for selected and not selected items in the paging menu, animated.
Hello,
Is it possible to do something similar to what is below in gif?
So, basically, to menu items add images of
-
different colour for a selected and non-selected state, or alternatively one image but with ability to change it's tintColor depending on whether selected or not
-
different size (or change size) for selected and not selected selected state.
And apply animation when moving form item to item.
Many thanks for the advice.

Unfortunately it doesn't allow to apply the animation for now. What this library has is two images like below which are non selected one and selected one and It's simply switching depends on state.
public enum MenuItemDisplayMode {
case text(title: MenuItemText)
case multilineText(title: MenuItemText, description: MenuItemText)
case image(image: UIImage, selectedImage: UIImage?)
case custom(view: UIView)
}
That's pity, would be really great to have animation.
Is there any chance you might make such an upgrade? I can create separate request for that if necessary and test it later on.
Thank you very much for your help.
I agree with @IVANKRUPSKI , this is an interesting functionality, it would be nice to implement it in PagingMenuController.
There used to be similar stuff, but I had some issues with AutoLayout and removed it... Maybe, I should try to implement this functionality again.
That would be great!