python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to auto resize tableview height + stackview
I'm trying to implement this feature:
Show title, description and image in each cell of a tableview.
However, the image could be nil.
Requirement is:
When image is nil, auto expand the label to fit t...
RobotX
Votes: 0
Answers: 1
Containers not filling superview
My containers and UIViews are not filling the entire superview (for iPad) as I have them set to. You can see in the picture the gray area that is the superview that I would like it to fill. Any ideas?...
Summer
Votes: 0
Answers: 0
How to make a horizontal UIStackView grow dynamically in height when content doesn't fit width?
I have a horizontal UIStackView with alignment center and distribution fill, that contains multiple UILabels. My issue is that because there are so many, they are being clipped instead of being placed...
Sotiris Kaniras
Votes: 0
Answers: 0
How can I make a view align it's center to the top of another view in SwiftUI?
So I want to have a view which overlaps another view, and has it's center Y aligned to the top of the view it's on top of.
The analogous layout constraints in UIKit would be the following:
let topView...
sak
Votes: 0
Answers: 1