Sergey

Results 15 comments of 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.

@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. ![img_4872](https://user-images.githubusercontent.com/1511211/48139200-8d714e00-e2ae-11e8-8209-e12ea7f86b4c.jpg)

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