This is a project I use in all of my personal iOS apps. It contains many small features and extensions.
Everything is MIT licensed. Feel free to copy any individual features.
I do not recommend taking a dependency on this package. It has an audience of one (me).
Resources:
For the development language:
find Sources/CodeMonkeyApple/. -name \*.swift -print0 | xargs -0 genstrings -o Sources/CodeMonkeyApple/Resources/en.lproj
For other supported languages:
find Sources/CodeMonkeyApple/. -name \*.swift -print0 | xargs -0 genstrings -o Sources/CodeMonkeyApple/Resources/de.lproj