Skip to content
New issue

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

Solved: Subtitle text not showing #233

Open
mmdock opened this issue Jul 16, 2018 · 0 comments
Open

Solved: Subtitle text not showing #233

mmdock opened this issue Jul 16, 2018 · 0 comments

Comments

@mmdock
Copy link

mmdock commented Jul 16, 2018

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:
screen shot 2018-07-16 at 10 25 50 am

This is on iPhone 8 Plus, iOS 11.4.

Is it possible I am missing something ?

@mmdock mmdock changed the title Subtitle text not showing Solved: Subtitle text not showing Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant