cruffenach / CRToast

A modern iOS toast view that can fit your notification needs
MIT License
4.16k stars 464 forks source link

Text overlaps CRToastAccessoryViewAlignmentRight #187

Open luzianscherrer opened 8 years ago

luzianscherrer commented 8 years ago

If a kCRToastImageKey is set with kCRToastImageAlignmentKey = CRToastAccessoryViewAlignmentRight, then the text overlaps that image.

kCRToastImageKey : [UIImage imageNamed:@"ToastDismissImage"],
kCRToastImageAlignmentKey : @(CRToastAccessoryViewAlignmentRight),

imageoverlap