only can report others' Feed in Feeds

This commit is contained in:
nixzhu
2015-12-09 17:31:14 +08:00
parent d1431ba3dd
commit 282811b400
@@ -1074,10 +1074,16 @@ extension FeedsViewController: UITableViewDataSource, UITableViewDelegate {
}
// Edit (for Delete)
// Report
func tableView(tableView: UITableView, canEditRowAtIndexPath indexPath: NSIndexPath) -> Bool {
let feed = feeds[indexPath.item]
if feed.creator.id == YepUserDefaults.userID.value {
return false
}
return true
}