You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Referring to the modal view presented when clicking on the cell, is it currently possible to dismiss the same view by touching anywhere outside of the visible area? Not an issue per se, but wondering whether this has been explored with the new API. This is technically the first time that you can officially present a modal view from another UIViewController on an iPhone, so I'm not quite sure how to approach this. Thanks!
The text was updated successfully, but these errors were encountered:
Yeah, you should be able to add a UITouchGestureRecognizer to the container view to respond to touches outside the box. Let me know if you have any questions!
Referring to the modal view presented when clicking on the cell, is it currently possible to dismiss the same view by touching anywhere outside of the visible area? Not an issue per se, but wondering whether this has been explored with the new API. This is technically the first time that you can officially present a modal view from another UIViewController on an iPhone, so I'm not quite sure how to approach this. Thanks!
The text was updated successfully, but these errors were encountered: