Alex Türk
Alex Türk
Do you mean the naming ("pull to refresh animation for ScrollView") or do you want to know why I implemented it for a UICollectionView instead of a UIScrollView
It's all handled by auto layout constraints. I'll probably fork and override `createViewContainers()`
It's not very high on my list, but I'll fix it within the next two weeks and can share it via PR if you want
We're still using our fork. Would be great to get this merged ir any info what would contribute to it being merged
Are you talking about the `perceptualPrecision` that's mentioned in the new swift-snapshit-testing 1.10.0 release or was this something I could have used before. If so, can you point me in...
Isn't `accessibilityUserInputLabels` currently only used for VoiceControl? We use it as well and VoiceOver still just reads the a11yLabel on views/accessibility elements that have both properties set. I think it...
I actually changed a little more because the arrow color didn't match the background color. I added a new public property which changes the backgroundColor based on the environment: ```...
Awesome solution. I had the same problem :)
Hi @Goule. It's definitely possible. I just implemented a very basic hls mock server to make my UITests more robust and enable offline support. My package might not be exactly...
I also need autolayout support. But even without autolayout, how do you resize extension view's width?? Running your example project and rotating the view controller just leaves the extension view...