Open tapz opened 9 years ago
This is wrong. Either should set autoresizeMask or assign a value of true. Or maybe both.
_imageView.autoresizesSubviews = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
Appies also to videoIndicator
This is wrong. Either should set autoresizeMask or assign a value of true. Or maybe both.
_imageView.autoresizesSubviews = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;