Closed zj381652512 closed 5 years ago
I'd like to suggest that use "-insertSubview:atindex:" instead of "-addSubview",because I find the effectView cover the textLabel sometimes..
//[self addSubview:effectView]; [self insertSubview:effectView atIndex:0];
search "[self addSubview:effectView]" you can find it
I'd like to suggest that use "-insertSubview:atindex:" instead of "-addSubview",because I find the effectView cover the textLabel sometimes..
//[self addSubview:effectView]; [self insertSubview:effectView atIndex:0];