Evgenii Neumerzhitckii

Results 303 comments of Evgenii Neumerzhitckii

@Faizulkarim, the current version of the library was updated for the newer version of Swift and Xcode 10. Try version 16, as described [here](https://github.com/evgenyneu/Cosmos/wiki/Legacy-Swift-versions).

@DarisMathew, thanks for reporting the issue. Did you change `UIAccessibilityTraits.adjustable` to `UIAccessibilityTraitAdjustable` and it worked? What is 'Swift Language Version" setting in the Build Settings of your target? The current...

Thanks, @LanceSamaria. That's weird, `UIAccessibilityTraits.adjustable` should work fine in Swift 4.2 and 5.0. For which target was the Swift Language Version set to 4.2? There can be multiple targets in...

> hi, thanks for the response. If there are multiple targets how do I check the one you want me to check on? Click a target, go to "Build Settings"...

@LanceSamaria, no worries > aybe you should highlight the fact that after people download your pod they should check the pod's target and make sure the Swift language version matches...

@tommyaja, the settings look right to me, it should work. No idea, sorry. You can try using Swift 5.0 instead, if it helps.

Thanks for the PR. Before fixing the issue, I would like to reproduce it first. How do I reproduce the bug?

Oh I see, adding subviews to Cosmos view is not supported, to make the code simple. Sorry.

Hi @elena-dare, your issue looks similar to #105. Let me know if the solution helps.

Thanks for reporting the issue. Is it possible to isolate the problem in a demo app and attach here, so I can have a look? I was unable to reproduce...