python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to trigger auto layout offscreen without adding the view to view hierarchy
My scenario is that I need to generate PNG Image data from an UIView whose layout I will setup myself. I create an UIView viewA in memory, which I will use to create PNG data. This happens in a framew...
Todanley
Votes: 0
Answers: 1
Actual screen coordinates of anchor layout constraint linked to a UIView in iOS?
I’m a novice working with an app that lets me bridge Lua to some objective C commands. Using that bridge, I’ve created some controls (e.g, a basic browser WKWebview) using the auto layout in iOS but n...
SugarRay
Votes: 0
Answers: 1
UICollectionView Compositional Layout - items size not updated properly on iPad rotation
I have a problem that I cannot resolve at the moment namely I'm trying to set a different number of columns in the collection view based on the iPad position (collection should update on device rotati...
Tzebulion
Votes: 0
Answers: 2
What constraints/stack view settings are recommended when stacking label, image, text, buttons, and collection view
I am trying to use a vertical stack view (Stack View 1) to fill an entire screen where the elements in the stack are a horizontal stack view with 2 labels (Stack View2), an image view, a text View, a ...
Daniel Patriarca
Votes: 0
Answers: 2