Vincent Tourraine
Vincent Tourraine
It would be nice to offer acknowledgements list and details controllers with WatchKit for watchOS.
I would strongly recommend to add a prefix to your category. Having something as generic as `UIView+Helpers` shared on CocoaPods could be troublesome. See: [Customizing Existing Classes](http://developer.apple.com/library/ios/#documentation/cocoa/conceptual/ProgrammingWithObjectiveC/CustomizingExistingClasses/CustomizingExistingClasses.html)
- Update `AcknowListViewController` and `AcknowViewController` to enable native visionOS support
- Clean up notification name type (replace remaining `NSNotification` with `Notification`) - Fix import statement (`Notification` is part of Foundation, not UIKit)
Hello there, I love using the app on my Mac, but one thing that I find bothersome is how links open in the browser. I know Catalyst supports `SFSafariViewController`, but...