Yusuke Kita
Yusuke Kita
I have no idea, but let me find some workaround for that.
Yes, I'll support it.
Good point. I'll support shadow option.
Are you using Storyboard or Nib for the view with AutoLayout?
Might be an AutoLayout issue. Can you run example project and see same issue?
Thanks for specifying the type. Will look into code.
Like image below? Here is my code for shadow. `shadowColor`, `shadowOffset`, `shadowOpacity` and `shadowRadius` will be options for that. ``` layer.shadowColor = UIColor.gray.cgColor layer.shadowOffset = CGSize(width: 2, height: 2) layer.shadowOpacity...
Thanks for your PR! This library is not designed for that case, so disabling auto-select is not preferred. Can you add new option instead?
I'll provide a bool property that enables to show/hide menu view with animation.
Badge option is not supported yet. You can use custom view instead. https://github.com/kitasuke/PagingMenuController/blob/master/Pod/Classes/Protocols/MenuItemViewCustomizable.swift#L30