-
I'm developing an app that allows a user to set their profile image from their photo library and would like to use the PhotosPicker to achieve this functionality. I'm new to Swift and TCA, so I would like to do this without UIKit. I'm struggling to understand how to pass the user's selection to the feature's reducer. I've tried a few different approaches but have been unable to figure it out. I can't find an example of this and was hoping someone could point me in the right direction. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@evankline check this https://gist.github.com/saroar/819eb7480b7f75010a80e872ee1dee5b may be it will help u |
Beta Was this translation helpful? Give feedback.
@evankline check this https://gist.github.com/saroar/819eb7480b7f75010a80e872ee1dee5b may be it will help u