Omar Allaham
Omar Allaham
Is it possible to provide a spacing between the added panels and/or the main view (i.e. panelContentView)?
Is it possible to pin a panel programmatically?
The size of the column is not calculated properly and the background is covering the content. I tried to check by setting a color with alpha and it seems like...
So let's assume that we have these Entities ```swift class Person { let id: String let name: String let pets: [Cat] init(id: String, name: String, pets: [Cat]) { self.id =...
are you going to add a support for PDF files?