I brought it in view bridging-header, and put this line of code in the UITableViewCell layoutSubviews call.
self.accessoryView = MSCellAccessory(type: .DISCLOSURE_INDICATOR, color: UIColor.redColor())
It never gets passed the splash screen. If I comment that one line out, the app launches fine. Any ideas?