Orderella / PopupDialog

A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
http://www.mwfire.de
Other
3.96k stars 522 forks source link

Installing PopUp dialog pod file , removing my other pod file #383

Open pragyatwinkle06 opened 1 year ago

pragyatwinkle06 commented 1 year ago

Report

Environment

Please provide information on your development environment, so we can build with the same scenario.

-The issue is that I am using the Dropdown library in my code, and I have also included the PopupDialog library. However, when I download the pod files, it is removing the other library. I want the functionality of both libraries. In the terminal, I am getting the message: "Downloading dependencies Installing DropDown (2.3.13) Removing DynamicBlurView Removing PopupDialog"

Pod file link for DropDown which i used : https://www.swiftdevcenter.com/drop-down-list-ios-swift-5/