Sergey
Sergey
So this is the short snippet of how I want to check it: ``` /// All Taptic Engine Capable Devices public static var allTapticEngineCapableDevices: [Device] { return [.iPhone6s, .iPhone6sPlus, .iPhone7,...
Hello! Any changes with rounded corners? Bcs its 8th July but no any updates.
Yeah! I found it!
@mrfanr, @dmi3j, @lowwh88 in GMGridView.m find "self.clipsToBounds" and make sure, that is equal self.clipsToBounds = YES; this is the solution.
Hey! Still nothing?
I'm trying to achieve something like this. When center panel higher than left. 
And how I can reload center panel `ViewController` when left is opened without closing it?
For example some data changes from left panel needs to reload center panel so if I call `panel?.center(myNewCenterController)` it reloads with animation and left panel closes. The question is how...
Done already. Thanks. Just looked for another options.
Sure I'll create test project to show issue