candostdagdeviren / CDAlertView

Highly customizable alertview and alert/notification/success/error/alarm popup written in Swift
https://candostdagdeviren.github.io/CDAlertView/
MIT License
1.14k stars 86 forks source link

Layout issue because of LayoutConstraintsExtension #23

Closed gaetano78 closed 7 years ago

gaetano78 commented 7 years ago

LayoutConstraintsExtension causes Layout issues when you use your library with some other libraries. I found this problem with CLImageEditor. The reason in the specific case, is that CLImageEditor uses, in its own extension, the same function names: setHeight, setWidth. To solve the problem, I changed the name of these functions in setHeightCD, setWidthCD. Please could you change the names of all the functions in the LayoutConstraintsExtension with some suffix such as CD?

candostdagdeviren commented 7 years ago

Fixed with CDAlertView version 0.6.1