NextFaze / FazeKit

A collection of helper functions and extensions for Swift iOS apps
Apache License 2.0
4 stars 8 forks source link

NFAllocInit Migration #11

Closed swoolcock closed 4 years ago

swoolcock commented 4 years ago

This is (most of) the remaining code from NFAllocInit, migrated to Swift. Some things have not been ported across, as they exist natively in Swift.

Some code (such as ResourceUtils) may be rewritten/refactored in the future to be more "Swifty", but the initial goal is to deprecate NFAllocInit.

Related to #9