ZFDragableModalTransition icon indicating copy to clipboard operation
ZFDragableModalTransition copied to clipboard

Fix layout error after rotation

Open wzzhu opened this issue 7 years ago • 0 comments

When the modal view doesn't have a zero origin bound, after rotation, the original presenting view will be set to negative frame origin. e.g., if the bounds is -20, the backViewController's view will collide with the status bar.

wzzhu avatar Aug 31 '17 15:08 wzzhu