ezhes / DYLabelLinks
A multi-threaded, accurate, and accessible label implementation for iOS
☆12Updated 4 months ago
Alternatives and similar repositories for DYLabel
Users that are interested in DYLabel are comparing it to the libraries listed below
Sorting:
- Sample project demonstrating use of an Xcode Source Editor Extension to format Swift code☆20Updated 6 years ago
- A swift library to parse Xcode's .xcresult files☆16Updated 3 months ago
- Converts String index values into their corresponding line & column numbers☆16Updated 5 years ago
- A rather subscript oriented interface to the dynamic linker.☆26Updated 3 weeks ago
- Asserts that an expression crashes by using Mach Exception Handler or POSIX Signal Handler.☆51Updated 5 years ago
- A Swift library for dynamically loading shared objects☆71Updated 7 years ago
- If a Swift type conforms to CustomReflectable, it's hard to reverse engineer it. This single-file library makes it super easy.☆15Updated 6 years ago
- Sometimes there are situations where you want to use an Enum in an OptionSet or you want Enum backed by a RawType of Int but also have St…