- (void)setFaceShowing:(BOOL)faceShowing
{
if (self.faceShowing == faceShowing) {
return;
}
_faceShowing = faceShowing;
系统行为,