ISHHoverBar
ISHHoverBar copied to clipboard
A floating UIToolBar replacement as seen in the iOS 10 Maps app, supporting both vertical and horizontal orientation.
Hey, I added some new features to the library that I need for myself. I would appreciate it if you accept this request so others can also use the new...
I have a question: How can I change width of an item? I already tried changing the code but even when changing the default item dimension in line 11 nothing...
In the sample app, tapping just outside of the toolbar still registers a tap on the Info button. Taps on the first 25% or so of the mapBarButton also register...
I want to set the color of the bar. I tried setting the `backgroundColor` property but it doesn't work as I intented: ``` bar.backgroundColor = UIColor.greenColor() ``` It seems that...
UIBarButtonItem provides the option to set different images/texts for different states. This is currently unsupported in ISHHoverBar.
I added a UIBarButtonItem to a hover bar. In the UIBarButtonItem's IBAction method, I changed the image of the UIBarButtonItem: ``` sender.image = UIImage(...) ``` But the image doesn't change...