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
In a previous version, the text of the cancel button label would follow whatever color was set as promptColor, now it is always white, which is a problem when using a white background. Sample code:
[self presentViewController:pinViewController animated:animated completion:^{
//work around for styling bug in PIN controller library
id maybeCancelButton = pinViewController.view.subviews[0].subviews[3];
In a previous version, the text of the cancel button label would follow whatever color was set as promptColor, now it is always white, which is a problem when using a white background. Sample code:
//cancel button not visible
The text was updated successfully, but these errors were encountered: