Awais Mubeen

Results 7 comments of Awais Mubeen

use this `dropDownMenu.didSelect{(selectedText , index ,id) in print("Selected String: \(selectedText) \n index: \(index)") }`

simply `dropDownMenu.selectedRowColor = UIColor.green`

it is show check mark against selected index still not changing the selected text color. in future it will be available

for the time being you may user as go to iOSDropDown.swift file add these lines `public var selectedTextColor: UIColor = UIColor(red: 2/255, green: 2/255, blue: 2/255, alpha: 1) var defaultTextColor...

it's simply just use `dropDownMenu.backgroundColor = UIColor(red: 253/255, green: 253/255, blue: 253/255, alpha: 1)`

self.expandingSoundPath = Bundle.main.url(forResource: "expanding", withExtension: "caf")?.absoluteString self.foldSoundPath = Bundle.main.url(forResource: "fold", withExtension: "caf")?.absoluteString self.selectedSoundPath = Bundle.main.url(forResource: "selected", withExtension: "caf")?.absoluteString just change these