Migrating an Objective-C class to Swift using subclassing
After first looking at using Swift extensions to migrate an Objective-C type to Swift, Ole Begemann now turns his attention to using subclassing to achieve the same goal.
Posted on August 19, 2018
#migration
#obj-c