Merged branch RDB-Add-Active-Label-To-Listing into Rapid-Dev-Branch

This commit is contained in:
Okechi Onyeje 2016-08-29 21:15:03 -04:00
commit a2362379cb
3 changed files with 2 additions and 0 deletions

BIN
Vendoo/.DS_Store vendored

Binary file not shown.

View File

@ -115,6 +115,8 @@ extension ItemTableViewController: UITableViewDataSource{
})
}else {
cell.itemStatus.text = "Status: Active"
}
if(!((self.tabBarController as? HomeViewController)!.userListings[indexPath.row].networks["areNetworksChosen"])!){