Ian Keen
Ian Keen
This PR adds a new type of output to SwiftGen, it will parse storyboards and xibs looking for accessibility identifiers. I have included two templates, `enums`: ``` enum AccessibilityIdentifier {...
If I create multiple DDHotKeyTextField's programmatically they appear to all update when a hotkey combination is pressed. ``` DDHotKeyTextField *t = [[DDHotKeyTextField alloc] initWithFrame:NSMakeRect(0, 0, 100, 25)]; [self.textFieldContainer addSubview:t]; DDHotKeyTextField...
### Describe the bug The `@Timestamp` property wrapper has an optional `format:` parameter which determines how the underlying value is stored. Some formats (like `.iso8601`) result in types like `String`...
Right now the generated allys are `internal`, it will be beneficial to make them public in the instances they may be used across module boundaries
Since updating for Xcode11 beta there are a huge number of auto layout warnings appearing in the console.
This one took me a while to find/fix.. but if you use custom `ImageProcessor`s then they will alter the cache key used. This makes building a more complex system which...