Move the attachment nav bar into a container.

This commit is contained in:
Doug
2022-08-03 14:40:13 +01:00
committed by Doug
parent 65b26be569
commit 42abc0f2df
5 changed files with 55 additions and 32 deletions
@@ -29,6 +29,7 @@ limitations under the License.
@interface MXKAttachmentsViewController : MXKViewController <UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout, UIDocumentInteractionControllerDelegate, MXKDestinationAttachmentAnimatorDelegate>
@property (nonatomic) IBOutlet UICollectionView *attachmentsCollection;
@property (nonatomic) IBOutlet UIView *navigationBarContainer;
@property (nonatomic) IBOutlet UINavigationBar *navigationBar;
@property (unsafe_unretained, nonatomic) IBOutlet UIBarButtonItem *backButton;