Maxwell Nelson

Results 3 comments of Maxwell Nelson

I fixed it by changing the UIControlEvents parameter in UIDropDown.swift `self.addTarget(self, action: #selector(touch), for: .touchUpInside)` to `self.addTarget(self, action: #selector(touch), for: .touchDown)`

alright! Ill do a little more looking around see if I can fix some stuff.