PopupDialogCustomExample icon indicating copy to clipboard operation
PopupDialogCustomExample copied to clipboard

A basic example of using a custom view controller with PopupDialog

Results 3 PopupDialogCustomExample issues
Sort by recently updated
recently updated
newest added

A view controller doesn't appear when the popup is presented with the following code - just a blur view. What am I missing here? View Controller A: ``` func showPopup()...

Im using swift 4 and when import this library file and build that throw error "dynamic var must also be @objc" in PopupDialogDefaultView.swift, PopupDialogContentView.swift... Can you help me to fix...

The detail label isn't showing in the TableView, i've tried increasing the height of the cell and changing the detail labels isHidden property to true in cellForRowAtIndexPath(), none of which...