the title used to be animatable once.

This commit is contained in:
ylecollen 2014-12-23 16:44:20 +01:00
parent 310a3a8ef4
commit dc69136aef

View file

@ -184,6 +184,10 @@
[self addSubview:_topicTextField]; [self addSubview:_topicTextField];
// must be done to be able to restart the animation
// the Z order is not kept
[self bringSubviewToFront:topicTextFieldMaskView];
return YES; return YES;
} }