mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-22 19:28:54 +10:00
show No more new friends. if no more friendsInContacts
This commit is contained in:
@@ -26,7 +26,13 @@ class FriendsInContactsViewController: BaseViewController {
|
||||
updateDiscoverTableView()
|
||||
|
||||
} else {
|
||||
let label = UILabel(frame: CGRect(x: 0, y: 0, width: friendsTableView.bounds.width, height: 240))
|
||||
|
||||
label.textAlignment = .Center
|
||||
label.text = NSLocalizedString("No more new friends.", comment: "")
|
||||
label.textColor = UIColor.lightGrayColor()
|
||||
|
||||
friendsTableView.tableFooterView = label
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user