or earlier (UIPresentationController) 2. Explain customizable sheet appeared from iOS15 (UISheetPresentationController) 3. Comparison each implementation https://developer.apple.com/videos/play/wwdc2021/10 063/
want height flexibility, choose UIPresentationController. • UISheetPresentationController is able to touch the parent screen. • Given the constraints, you can quickly implement half- modal.