Javier Calderon Jr
Results
2
issues of
Javier Calderon Jr
I have all my code set up for SWRevealViewController it worked perfectly fine on Xcode 10.3 and even on Xcode 11.2 beta 2 but for some reason its not working...
let priceOptions = DropDownData() let pricing = priceOptions.priceTypes priceRangeDropDown.optionArray = pricing print("\(pricing)") // showing which option in the logs How would I be able to show the selected option in...