Pierluigi Cifani

Results 6 issues of Pierluigi Cifani

When writing layout code, you should rely on the view/viewController's traitCollection instead of just the frame of the view. However, when executing the snapshot tests for a device, the traitCollection...

Since as of Xcode 11.3 dynamic Swift Packages can be submitted to the AppStore, Deferred should switch to this kind of package in order to ease integration and unit testing...

There are a bunch of errors when compiling with Swift 4.2 due to UIKit symbols being renamed. Is there a Swift 4.2 branch ready yet? ![](https://i.imgur.com/e7MDLnT.png)

Starting iOS 15, we can adopt PiP for Video Calls, which seems very appropriate for this project. Do you know if it's possible? Doing a quick search for `import AV*`...

I've found this library to be quite useful for development on iOS projects. Would you mind if I created a podspec with this so it can be used from iOS...

If I might suggest something to this incredible approach to tests (can't thank you enough) is that tests that are marked as flaky are expected to fail. Something like this:...