HcdDateTimePicker
HcdDateTimePicker copied to clipboard
view消失的时候会闪一下,很明显
我也是这么觉得.点击取消或者确定的时候,感觉视图整个刷新了.不知道为啥.点击取消的话,讲道理,不会影响父视图才对.但是显然不是这样的.
dismissBlock:里面执行的动画的锅.你可以把里面改下.
[weak setBackgroundColor:[UIColor colorWithRed:0 green:0 blue:0 alpha:0.0f]]; [timeBroadcastView setFrame:CGRectMake(0, kScreen_Height, kScreen_Width, height)]; block(YES); [self removeFromSuperview];
直接贴上我的代码吧^_^