Open tommy-holmes opened 2 years ago
Something like this:
public extension DetentSheetPresentationController {
final class Detent: NSObject {
public class func height(_ height: CGFloat) -> Self {
return Self(.init(height.description))
}
}
Like in iOS 16.