AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.44k stars 622 forks source link

Support DropDown Border #265

Closed devleeyang closed 4 years ago

chirag05k commented 2 years ago

For the exact requirements, I have integrated the dropdown border functionality

Integration:

 pod 'DropDown', :git => 'https://github.com/snappymob/DropDown.git', :commit => 
  '57027168178b77a9463814fbeb6cda173f301854'

Uses:

        dropDown.borderColor = UIColor.gray.cgColor
        dropDown.borderWidth = 1.0

Ref: https://github.com/snappymob/DropDown/commit/57027168178b77a9463814fbeb6cda173f301854