Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Done and Cancel button hides #208

Open
IrfanMarwat opened this issue Jan 9, 2018 · 1 comment
Open

Done and Cancel button hides #208

IrfanMarwat opened this issue Jan 9, 2018 · 1 comment

Comments

@IrfanMarwat
Copy link

IrfanMarwat commented Jan 9, 2018

Some time done and cancel button is not visible. I am able to press on those areas, but buttons are not visible on iOS 11.

@bkischel
Copy link

bkischel commented Aug 2, 2018

I faced the same issue but I think they are not hidden - their tintColor is just white.
You can solve this by moving this definition in QBImagePickerController.m

@property (nonatomic, strong) UINavigationController *albumsNavigationController;

to the QBImagePickerController.h file so that it is accessible by an object of QBImagePickerController.
Now, you can change the tint color in your code:

self.imagePickerController = [QBImagePickerController new];
//...
self.imagePickerController.albumsNavigationController.navigationBar.tintColor = UIColor.blackColor;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants