mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
@@ -46,6 +46,10 @@
|
||||
self.view.accessibilityIdentifier = @"HomeVCView";
|
||||
self.recentsTableView.accessibilityIdentifier = @"HomeVCTableView";
|
||||
|
||||
// Tag the recents table with the its recents data source mode.
|
||||
// This will be used by the shared RecentsDataSource instance for sanity checks (see UITableViewDataSource methods).
|
||||
self.recentsTableView.tag = RecentsDataSourceModeHome;
|
||||
|
||||
// Add the (+) button programmatically
|
||||
[self addPlusButton];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user