Dima Vorona
Dima Vorona
Is it possible to mark `style` property on `UILabel` and friends as `open` instead of `public`? It would allow to run some useful overloads in subclasses. What do you think?
This PR resolves https://github.com/Carthage/Carthage/issues/2605. Tested on a test project as well as two production projects - works as expected. However, I need your advise on: - How to better write...
Hello Carthage team! As you know in order to get things done we need to invoke `copy-frameworks` at the Build Phase. This also involves specifying a list of input files...
Adding tvOS support with Xcode 8.3
Not sure, how valid this case is but: Imagine object A with to-many relationship to B. Later during mapping I'm evaluating target value for that relationship based on network response....