Pavel Ivanov
Pavel Ivanov
For example, in my code i have a very common case: ``` protocol BaseClassProtocol { } class ConcreteClass1: BaseClassProtocol { } class ConcreteClass2: BaseClassProtocol { } ``` Anywere in my...
In telegram picker on iPhone X iOS 12 when you select image and carousel scales, it won't show button "Send 1 photo", until you check some additional photo (so it...
When updating heights of multiple items (18 items in my example), I've got a visual bug - flickering effect with new (updated) items are flowing up from the bottom of...
I have such crash. It occurring in ~1 minute after running app if I specify `reconnect: true` in `gql.initServer(connectionParams: nil, reconnect: true)` If I set reconnect to false, there won't...
See screenshot. It is a dismiss animation on pan gesture in progress. Gradient layer of photo caption view leads to this visual bug. Removing of gradient layer solves the problem....