sparrowcode/AlertKit

layout.bottomSpace no longer accessible

salvatoreboemia opened this issue · 3 comments

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

Now it renamed to margins. You can check more info here.

Now it renamed to margins. You can check more info here.

I get this error:

Screenshot 2021-02-28 at 13 51 37

Thanks, you are right. Problem was with protect level for layout object. In last version it was fixed.