mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Split view: Set navigationItem.leftItemsSupplementBackButton to YES for view controllers used as detail.
This commit is contained in:
@@ -410,6 +410,9 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
|
||||
[self vc_removeBackTitle];
|
||||
|
||||
// Display leftBarButtonItems or leftBarButtonItem to the right of the Back button
|
||||
self.navigationItem.leftItemsSupplementBackButton = YES;
|
||||
|
||||
[self setupRemoveJitsiWidgetRemoveView];
|
||||
|
||||
// Replace the default input toolbar view.
|
||||
|
||||
Reference in New Issue
Block a user