尝试使用单元格选择注销:
override func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
if indexPath.section == 0 && indexPath.row == 0 {
try FIRAuth.auth()?signOut()
}
}
第二个选项,使按钮操作工作将单元格样式更改为自定义:
目前,Label位于View Hierarchy中的Button之上,因此按钮操作无效。