Massimo Oliviero

Results 2 issues of Massimo Oliviero

Since `@property` without memory attributed use `strong` for memory storage, `converter` property in the class `DCObjectMapping` should be marked with `weak` attribute to avoid potential memory leak. This ``` objc...

Currently, the minimum deployment target is iOS 11. But, the only issue in using the library on iOS 10 is the `UIFontMetric` class that is not available in iOS 10....