layout.bottomSpace no longer accessible
salvatoreboemia opened this issue · 3 comments
salvatoreboemia commented
Hi, why is the following property no longer accessible?
alertView.layout.bottomSpace = UIScreen.main.bounds.height
alertView.layout.topSpace = UIScreen.main.bounds.height
so I could have it displayed very well in full screen above everything.
Thanks
ivanvorobei commented
Now it renamed to margins
. You can check more info here.
salvatoreboemia commented
ivanvorobei commented
Thanks, you are right. Problem was with protect level for layout object. In last version it was fixed.