Sacha DSO

Results 88 comments of Sacha DSO

@iOSDroid67 Did that solve your issue?

@UtkuDalmaz I think `config.video.fileType = .mp4` might be the culprit. could you try with that line commented and tell me if that changes anything?

@luatvudinh I have no idea to be honest :)

@nickeyzzz Unfortunately I'm not sure this is something we'd want to support.

@GoldenJoe I tried to reproduce the issue with no luck. In the sample project, I tried: ```swift myView.Height == email.Height myView.Width == email.Width print("myView.widthConstraint \(myView.widthConstraint)") print("myView.heightConstraint \(myView.heightConstraint)") ``` Which yields...

@GoldenJoe As said in my previous message I wasn't able to reproduce this behaviour. Would you mind making a small test project demonstrating the issue ?

Hey @NikKovIos, good to hear from you! I thought this was fixed :/ This reminds me of #90 and the fix was https://github.com/freshOS/Stevia/pull/97/files Can you debug / print the constraints...

@ydnar Please excuse the late reply. Could you show the code you write at the moment and how you would ideally write it ?

@sameer4 This is quite weird indeed. I need to debug this to find out where the issue lies. This surely looks like a bug :/ Have you been able to...

@norbdev I'm all for it, could you elaborate with the type of layout you maybe had trouble with?