HyRoundMenuView
HyRoundMenuView copied to clipboard
Round menu
Menu and background have something wrong when device rotating.
`- (void)setPath:(CGPathRef)path { [super setPath:path]; CABasicAnimation *opacity = [self opacityAnimation:1 fromValue:0]; [self addAnimation:opacity forKey:opacity.keyPath]; // dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ // [super setPath:path]; // CABasicAnimation *opacity1 = [self opacityAnimation:1...
First off, thanks for this great project. How involved would it be to add a _tap-n-hold_ mode, in which you could select an option without lifting the finger once? I.e....