Brendan Kirchner
Brendan Kirchner
Now that SPM has first class support in Xcode, has there been any thought to adding support?
it would be nice if there was a push to cocoa pods after that request was merged, because anyone using the sin Xcode 9 is going to see warnings for...
fix for issue #5
since the items are scaled based on the size of the interface builder file, if you are using iOS 8 and one storyboard for all device sizes, the items are...
The Package.swift file declares a required version of iOS of 9.0, but the podspec has a deployment target of 8.0. Is there a reason for the mismatch?
### Issue Link https://github.com/danielgindi/Charts/issues/4845 Fixes naming conflict with Apple's Charts framework ### Goals :soccer: Update the Swift package name Update the podspec Update the directory structure to match Update the...
The documentation at https://github.com/nalexn/ViewInspector/blob/master/guide_popups.md#alert is confusing. Specifically for alerts it states `If you're using alert functions added in iOS 15 (those not marked as deprecated) - you're good to go.`...