iMessage Style Photo Picker Using SwiftUI | Xcode 26
🕑 Added 2025-10-24 18:01:45 +0000 UTCHello Guys ๐๐๐
In this video I'll show you how to recreate the iMessage App Style Photo Picker using SwiftUI.
YouTube Video: https://youtu.be/ZHgPtW1xqHw
Download Code ๐
Comments
Stan
Thank you very much for detailed approach to implement custom picker. Could you help me to understand is it possible to add one more picker? For example I want to add button to show emoji picker. When I have added logic similar photo picker my emoji picker ignores `properties.keyboardHeight` and shows in large detent. I want to have similar behaviour as photo picker. Thanks in advance.
Kavsoft
Iโll try working on this, and I will let you know if anything turns up!
Tobi
Thank you for this! Do you think it's possible to track the dragging of the Photo Picker (whether with SwiftUI or UIKit) so that one can use that to update the dragOffset, if I want to keep the interactive dismiss so that it smoothly pulls the textfield down instead of leaving a gap as you're dragging the photo picker down?