MTStatusBarOverlay icon indicating copy to clipboard operation
MTStatusBarOverlay copied to clipboard

fix the view size problem

Open yangchenlarkin opened this issue 9 years ago • 0 comments

MTStatusBarOverlay will fill all my screen when it appears. That is because [UIWindow init] will set it's size (MTStatusBarOverlay.frame.size) to screen size, after it calls initWithFrame method. So I changed the code like this. That means all the code in [MTStatusBarOverlay init] will be called after [UIWindow init]. This did solve the problem.

BTW, I found this problem in iOS 9.3.4

yangchenlarkin avatar Aug 05 '16 13:08 yangchenlarkin