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)
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
I want to set label & Imageview in centre of myView but App crashing after adding some constraints
Error:-
Thread 1: "Unable to activate constraint with anchors <NSLayoutXAxisAnchor:0x280af8500 \"UILabel:0x103dc4fa0.centerX\"> and <NSLayoutXAxisAnchor:0x280af89c0 \"UIVi...
Gursharan Sach Deva
Votes: 0
Answers: 2
Terminating app due to uncaught exception 'NSInvalidArgumentException' Unknown layout attribute'
I am trying to give vertical space constraint programatically for Admob native ads compenents by using NSLayoutConstraint.
I assigned nativeAdView in the ListTileNativeAdFactory class.
(I used this gu...
gurkan stack
Votes: 0
Answers: 0
How to set width of a UITableView equal to the maximum cells' width inside of it?
I have a table view and I using a custom cell which has 3 UI elements as subviews. I have made my UIelements which are labels to shrink as per there content size. Now my problem is to set cell to shri...
MacDeveloper
Votes: 0
Answers: 1