You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Possibility (public API) to set the color of 'Cancel' and 'Done' buttons.
Describe alternatives you've considered
Currently I am using a hacky solution that subclasses CropViewController and changes the title colors of TOCropToolbar's subviews in case they are of type UIButton.
I just noticed that there is a public API for changing the color. I didn't notice them at first, but the buttons are accessible directly from the toolbar. 🙂
First of all, thanks for this pod Tim!
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Possibility (public API) to set the color of 'Cancel' and 'Done' buttons.
Describe alternatives you've considered
Currently I am using a hacky solution that subclasses
CropViewController
and changes the title colors ofTOCropToolbar
's subviews in case they are of typeUIButton
.Additional context
I get that you wanted the same color Apple is using in Photos but it would be nice to have an option to change it. 😅
The text was updated successfully, but these errors were encountered: