mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Sending the file with it's actual fiename, changes temporary search bar stykle to match the real one's style, showing only joined rooms for sharing
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
_tableSearchBar = [[UISearchBar alloc] initWithFrame:CGRectMake(0, 0, 600, 44)];
|
||||
_tableSearchBar.autoresizingMask = UIViewAutoresizingFlexibleWidth;
|
||||
_tableSearchBar.showsCancelButton = NO;
|
||||
_tableSearchBar.searchBarStyle = UISearchBarStyleMinimal;
|
||||
_tableSearchBar.placeholder = NSLocalizedStringFromTable(@"search_default_placeholder", @"Vector", nil);
|
||||
_tableSearchBar.delegate = self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user