EXC_Breakpoint when not forcefully unwrapping
问题 I'm getting a crash EXC_Breakpoint which would indicate to me that there is a nil variable being unwrapped? The line of code it is pointing to is the definition of let obHeight : if let qs = Helper_Question.getSection(sid: self.sections[0].sid) { let obEnabled = Helper_Type.getId(id: tid)?.enableObservation == 1 for q in qs { let ans = Helper_Answer.getQuestion(aid: selectedAid!, qid: q.Id) var baseHeight : CGFloat = 300 switch(q.qtype){ case Constants.DEFAULT: let obHeight : CGFloat =