Dmitrii Cooler

Results 11 comments of Dmitrii Cooler

What about static frameworks? It's not contain resources

Static frameworks used for performance reason. We have about 200 pods in podfile.lock, and with dynamic frameworks app load about 15-30 sec dependent on iPhone model/iOS version. With static it...

``` - (void)didMoveToSuperview { self.frame = self.superview.frame; [UIView animateWithDuration:0.25 animations:^{_contentView.alpha = 1.0;} completion:NULL]; } ```

@jakunico This doesn't fix it. This help to remove highlight state, but sometimes, title stay highlighted.