I have a classe named \"whisky builder\" which only initiates the new Whisky. Now i would like to add the new added whiskies in my \"WhiskyOverViewController\". But I face t
You need to move this code to a function:
let stringArray = whiskyArray.map({$0.whiskyName!})