You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could fix this by adding the view to Application and not to parent view, so it is provided that the images are always in front: Replace [self.krImageViewer resetView:self.view.window]; with [self.krImageViewer resetView:[UIApplication sharedApplication].keyWindow];
The text was updated successfully, but these errors were encountered:
You could fix this by adding the view to Application and not to parent view, so it is provided that the images are always in front: Replace [self.krImageViewer resetView:self.view.window]; with [self.krImageViewer resetView:[UIApplication sharedApplication].keyWindow];
The text was updated successfully, but these errors were encountered: