joshdhenry / SpinWheelControl

An inertial spinning wheel UI control that allows selection of an item. Cocoapod written in Swift.
BSD 3-Clause "New" or "Revised" License
73 stars 25 forks source link

.around wedgeLabelOrientation labels don't align correctly with small SpinWheelControl #12

Open joshdhenry opened 6 years ago

joshdhenry commented 6 years ago

Using the .around wedgeLabelOrientation for wedge labels shows the labels outside of the wheel in SpinWheelControls with dimensions smaller than 275x275.

joshdhenry commented 6 years ago

Fixed this issue in https://github.com/joshdhenry/SpinWheelControl/commit/35811ae2ba38b39a773a086f48ed0bbe75606b9f

Will include this in next release.