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
Hey @lukeirvin, each input area/box maintains a square shape (aspect ratio 1:1). They conform to the constraints applied to the SVPinView such that the width and height of the input area/box would be set to min(width, height) + the applied padding/margins.
Since there is no scroll, the dimensions are limited by the width and height constraints of the SVPinView.
Is it possible to update the size of the input areas?
I can manage to get the width about accurate based on where I need to place this, but the height of each input area is too small.
The text was updated successfully, but these errors were encountered: