I have no idea what i am getting wrong here, i am basically checking if a value is coming back nil then populate the UILabel
with a standard number or else if the value comes back, i populate the UILabel
with the value.
account.agent.ddi == "" || account.agent.ddi == nil ? self.ddiLabel.text = "02039909000" : self.ddiLabel.text = account.agent.ddi