Convert source code to 100% Swift #511
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Convert source code from a mix of Objective-C and Swift to all Swift so the library can have a single target.
For reasons described in #473, the maintenance and contribution to this library are hindered by its mixed-language source and the fact that most of the source code is written in Objective-C. This feature request captures the work to translate the Objective-C code to Swift.
The work is already being done by @iHackSubhodip in several branches named
feature/...-Swift
:The plan is to merge these into branch
main-swift
, add DocC documentation, and release as v7.0 of this library.The text was updated successfully, but these errors were encountered: