Andrey Medvedev

Results 5 issues of Andrey Medvedev

Hello! Please help me. How can i use trained network file that i got from Training app?

Hello, i cant reproduce constantly crash but sometimes it happens and i dont know why. It start crashing after we add library to project. I make exception breakpoint and it...

I have created Action extension for the app. In app i set the field and then i want to retrieve them in extension but its failed (dictionary not found).

Please make a ColorWheel class open. Some people may want to use it separately.

Здравствуйте, может кто-нибудь подсказать почему при сравнении `YMKPoint` с одинаковыми координатами выдает `false`? ``` let p1 = YMKPoint(latitude: 50, longitude: 50) let p2 = YMKPoint(latitude: 50, longitude: 50) print(p1 ==...