appmonkey8010

Results 3 issues of appmonkey8010

Hello, i expect a Problem regarding Android N (7). If I type something in an field (text or texttfield) it doesn´t matter. The text is added in the first element...

If you want to rotate only! your KRImageView(like Facebook) and not your whole application you can add following to your view did Load: [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didRotate) name:UIDeviceOrientationDidChangeNotification object:nil]; to...

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...