Alex Türk
Alex Türk
This is really an amazing library and I thought about using it to mimic Facebooks NewsFeed with 360 videos playing automatically in a scroll view. But I couldn't get it...
When I use the sheet inside a popover, the background view has a wrong frame. Looking into viewDidLayoutSubviews, the view of the ImagePickerSheetController is in fact wrong (as is the...
When I'm rotating the device to portrait (Motion and Touch enabled), the pan doesn't work anymore. One direction is rotated by 90 degrees, the other one is totally weird. Would...
Since we already have the ability to determine whether the status bar is shown or not, I think it makes sense to also expose the statusbar style through the API....
add `os(visionOS)` to conditional compilation list
I am writing a weather application which should provide some complications and after watching the [WWDC video](https://developer.apple.com/wwdc20/10049) the slide at 20:51 states that you cannot use URLSession in a Background...
According to [Peter Steinberger](http://doesoslogstoreworkyet.com/) this seems to work now "as of iOS 15 and macOS Monterey" 🎉
The Xcode 16.3 project structure changes the shellScript of a build phase to an Array instead of string. Sample diff ```diff - shellScript = "sh ../../scripts/swiftlint.sh\n"; + shellScript = (...