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
If you have a lot of entries (more than would fit to the screen), not all entries are clickable/reachable. Would be great if there would be a scrolling functionality.
The text was updated successfully, but these errors were encountered:
You just need to add ScrollView as the alert's custom view:
Here's the heiarchy :
UIScrollView(x: y: width: height) -> ContentView -> The View(s) You want Scrollable Go Here
Just make sure you add Swift Anchors for your contentview and views you want scrollable:
Check out the article below, I achieved scrolling custom scubview by using the flow in the article, but instead of using storyboard, I used swift constraints (anchors)
If you have a lot of entries (more than would fit to the screen), not all entries are clickable/reachable. Would be great if there would be a scrolling functionality.
The text was updated successfully, but these errors were encountered: