We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1、关于扁平化的配置:
_tipView.backgroundColor = [UIColor orangeColor]; _tipView.has3DStyle = NO; _tipView.hasShadow = NO; _tipView.hasGradientBackground = NO; _tipView.dismissTapAnywhere = YES; _tipView.borderWidth = 0; _tipView.animation = CMPopTipAnimationPop;