steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 129 forks source link

UIImagepicker breakes constraint #42

Open dan007b3 opened 5 years ago

dan007b3 commented 5 years ago

This issue is probably not caused by your code, but when you add an Image via UIImagepicker, then the image turns out like this.

Screenshot 2019-06-11 at 16 18 29

, but when you just load an image from your assets it turns out normal.

Screenshot 2019-06-11 at 16 18 12

I think that the UIImagepicker is messing up the constraints somehow, but I don't know how to solve this problem.

Andrew-Chen-Wang commented 4 years ago

@dan007b3 Any updates on this problem?