Fix navigation buttons on iOS

This commit is contained in:
Bentley O'Kane-Chase 2018-02-22 15:09:09 +10:00 committed by GitHub
parent 3f0528c380
commit a3fca87ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -654,7 +654,6 @@
} else {
[self.toolbar setItems:@[self.closeButton, flexibleSpaceButton, self.backButton, fixedSpaceButton, self.forwardButton]];
}
[self.toolbar setItems:@[self.closeButton, flexibleSpaceButton]];
self.view.backgroundColor = [UIColor grayColor];
[self.view addSubview:self.toolbar];