Closed stevelandeyasana closed 6 years ago
I do see a v3 branch lying around, but I didn't want to base this change I need on prerelease code. :-)
Thanks for your code, it's very clear and well done. I'm merging it.
Don't worry too much about V3. I started to work on it when I had a little bit of free time, but it's not the case anymore... :(
Some people (i.e. me) want to customize several aspects of ACEDrawingLabelView which are not currently exposed to users of the framework. This PR makes the changes necessary to enable that customization.
ACEDrawingLabelView
has new configurable properties that replace previously hard-coded values:[close|rotate]ButtonOffset
[close|rotate]ButtonSize
[close|rotate]Button
shadow[Color|Opacity|Radius|Offset]
ACEDrawingViewDelegate
has a new optional method which allows the delegate to configure those properties before the label is displayed:[delegate labelViewNeedsConfiguration:label]