CropView icon indicating copy to clipboard operation
CropView copied to clipboard

iOS 13 xCode(11) layoutSubviews issue

Open bowels opened this issue 6 years ago • 1 comments

When layout subviews called, it goes recursive and causes the app to crash. It seems the problem is in SECropView.swift

public override func layoutSubviews()

bowels avatar Sep 27 '19 14:09 bowels

Try not invoke the ViewController with segue of type Modal or Sheet if in SwiftUI

ElyesDer avatar Dec 23 '19 13:12 ElyesDer