I try to search this issue in SOW, comment part is not avaiable now,my Xcode is 7.1 and iOS 9.0 Simulator fatal error: unexpectedly found nil while unwrapping an Optional value (lldb)
how to solve this issue? thank you
I removed as! ,but xcode suggest me append as.......
var cell:UITableViewCell? = tableView.dequeueReusableCellWithIdentifier(cellId)! as UITableViewCell