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
I would like to recommend you to set the background to .fullscreen in the case your text is long.
How do you think about this? showcase.backgroundViewType = .full // default is .circle
Observed secondary title is getting cropped after updating to 0.7.1
Following is my code
` func addCoachMarks()
{
`
func createCoachMarks(primaryText : String , secondaryText : String) -> MaterialShowcase
{
let showcase = MaterialShowcase()
showcase.delegate = self
showcase.primaryText = primaryText
showcase.secondaryText = secondaryText
showcase.aniRippleColor = .white
showcase.targetHolderColor = .none
showcase.primaryTextFont = FontStyle.ProximaNovaSemibold(size: 16)
showcase.secondaryTextFont = FontStyle.ProximaNovaRegular(size: 14)
//showcase.alpha = 0.95
//showcase.backgroundColor = .deam
showcase.backgroundPromptColor = UIColor.hexStringToUIColor(hex: AppStrings.accentColor)
return showcase
}
Following screen shots for before and after
For 0.6.6
For 0.7.1
For 0.6.6
For 0.7.1
The text was updated successfully, but these errors were encountered: