sparrowcode / AlertKit

Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
https://sparrowcode.io/frameworks
MIT License
2.3k stars 130 forks source link

layout.bottomSpace no longer accessible #27

Closed salvatoreboemia closed 3 years ago

salvatoreboemia commented 3 years ago

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 3 years ago

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

salvatoreboemia commented 3 years ago

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

I get this error:

Screenshot 2021-02-28 at 13 51 37
ivanvorobei commented 3 years ago

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