Adam Bell
Adam Bell
A nicer (and more bulletproof) solution would be to run a local AirPlay server and pass touches to a view which contains the iOS screen in mirroring mode. This creates...
It'd be neat to have some iOS apps allowed and displayed in CarPlay mode (such as Speed, or Google maps). It'd really only require appending them to the list of...
Currently everything is locked with the home button on the left, but it'd be nice to support both orientations (screw portrait). When rotating we need to update the layout of...
So I've got kinda a complicated situation, but long story short, anytime I focus one of my editable text nodes and then do an animated layout transition the first responder...
```swift class ViewController: UIViewController, UISearchResultsUpdating { let searchController: UISearchController init() { self.searchController = UISearchController(searchResultsController: nil) super.init(nibName: nil, bundle: nil) searchController.searchResultsUpdater = self searchController.obscuresBackgroundDuringPresentation = false searchController.searchBar.placeholder = NSLocalizedString("Search", comment: "")...
Any chance of supporting Catalyst anytime soon? There's a few issues with text rendering and some thread affinity stuff that seems to break when being run as UIKit on the...
### What happened? For some reason the update to iOS 17.4 broke support for dbus commands. If I'm using Apple Music on my Mac and airplaying to shairport-sync and I...