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
I am using this in place of UISwitch inside a collection view cell. So the width constraint is 51 and height is 31 for the view. So nothing is showing up inside that.
But if I change the constraints to say 200 and 100 it will show up correctly. Some framing issue as it seems. How can I resolve this? I am adding this from storyBoard.
The text was updated successfully, but these errors were encountered:
anuranBarman
changed the title
UIView is not possible when view is small
UIView is not visible when view is small
Sep 17, 2019
I am using this in place of UISwitch inside a collection view cell. So the width constraint is 51 and height is 31 for the view. So nothing is showing up inside that.
But if I change the constraints to say 200 and 100 it will show up correctly. Some framing issue as it seems. How can I resolve this? I am adding this from storyBoard.
The text was updated successfully, but these errors were encountered: