mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
Prepare UX Rework:
- Define the 4 tabs: Home, Fav, People and Rooms
This commit is contained in:
@@ -60,6 +60,17 @@
|
||||
self.thumbnailView.clipsToBounds = YES;
|
||||
}
|
||||
|
||||
- (void)prepareForReuse
|
||||
{
|
||||
[super prepareForReuse];
|
||||
|
||||
// Restore default values
|
||||
self.contentView.alpha = 1;
|
||||
self.userInteractionEnabled = YES;
|
||||
self.accessoryType = UITableViewCellAccessoryNone;
|
||||
self.accessoryView = nil;
|
||||
}
|
||||
|
||||
- (void)setShowCustomAccessoryView:(BOOL)show
|
||||
{
|
||||
_showCustomAccessoryView = show;
|
||||
|
||||
Reference in New Issue
Block a user