We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing to try to get subtitles in the notification, but it simple will not appear. The following is my options array:
var options:[String:Any] = [kCRToastTextKey: "Morgan: ", kCRToastBackgroundColorKey: UIColor.herGrey, kCRToastTextColorKey: UIColor.herBlack, kCRToastNotificationTypeKey: NSNumber(value: CRToastType.navigationBar.rawValue), kCRToastFontKey: UIFont.herMediumFont(ofSize:16), kCRToastTextAlignmentKey:NSNumber(value: NSTextAlignment.left.rawValue),kCRToastSubtitleTextAlignmentKey: NSNumber(value: NSTextAlignment.left.rawValue), kCRToastSubtitleTextKey: "Hey girl heyyyy", kCRToastSubtitleFontKey: UIFont.herLightFont(ofSize:16), kCRToastSubtitleTextMaxNumberOfLinesKey: 1]
Here is what I see:
This is on iPhone 8 Plus, iOS 11.4.
Is it possible I am missing something ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Testing to try to get subtitles in the notification, but it simple will not appear. The following is my options array:
var options:[String:Any] = [kCRToastTextKey: "Morgan: ", kCRToastBackgroundColorKey: UIColor.herGrey, kCRToastTextColorKey: UIColor.herBlack, kCRToastNotificationTypeKey: NSNumber(value: CRToastType.navigationBar.rawValue), kCRToastFontKey: UIFont.herMediumFont(ofSize:16), kCRToastTextAlignmentKey:NSNumber(value: NSTextAlignment.left.rawValue),kCRToastSubtitleTextAlignmentKey: NSNumber(value: NSTextAlignment.left.rawValue), kCRToastSubtitleTextKey: "Hey girl heyyyy", kCRToastSubtitleFontKey: UIFont.herLightFont(ofSize:16), kCRToastSubtitleTextMaxNumberOfLinesKey: 1]
Here is what I see:
This is on iPhone 8 Plus, iOS 11.4.
Is it possible I am missing something ?
The text was updated successfully, but these errors were encountered: