MBCircularProgressBar
MBCircularProgressBar copied to clipboard
Error under xcode7: Multiple methods named 'value' found with mismatched result, parameter type or attributes


The error does not appear on xcode 8.
Can someone help for this issue?
As a workaround, add a type cast:
[animation setFromValue:@([(MBCircularProgressBarLayer*)self.presentationLayer value])];
@MatiBot can you include this cast in the last version? Thanks @Sega-Zero for the workaround ;-)