Closed tonyarnold closed 6 years ago
Hi all. Take a look at DevMateKit v1.9.
Looks good, thanks! Any chance you could flesh out the Objective-C lightweight generics support on things like NSArrays and NSDictionaries?
Maybe with next releases. You can add another issue for this. This one I'm closing.
Using DevMateKit can be a little cumbersome from Swift right now, as none of the headers in the released version of the framework have been audited for nullability.
It ends up unnecessarily requiring nil checks in Swift code, i.e.:
If in this instance (and others I'm sure I am missing) the original headers should really be marked as
nonnull
, i.e.: