drawer-view icon indicating copy to clipboard operation
drawer-view copied to clipboard

📤 Custom UI component for iOS, replication of Apple's Apple Music player and Shortcuts’ components view [Swift 5.0, iOS 12].

Results 2 drawer-view issues
Sort by recently updated
recently updated
newest added

pls support Objective-C

* There is something wrong with header line and the visibleHeight: ![image](https://user-images.githubusercontent.com/37449310/109089099-9f12e400-774b-11eb-85e3-84cd23da340f.png) * Code: ``` drawerView = DrawerView(topLayoutGuidePadding: 200, closedHeight: 0, blurStyle: .dark, superView: view) ```