From bcb4613200b76180dd6a7e9c7b111f3f66bfe011 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 19 Oct 2011 06:01:07 +0000 Subject: [PATCH] Make the CKMessageCell clear. --- Library.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/Library.mm b/Library.mm index aae2063..42c4309 100644 --- a/Library.mm +++ b/Library.mm @@ -1458,6 +1458,7 @@ MSInstanceMessageHook1(void, CKMessageCell, addBalloonView, CKBalloonView *, bal MSInstanceMessageHook2(id, CKMessageCell, initWithStyle,reuseIdentifier, int, style, NSString *, reuse) { if ((self = MSOldCall(style, reuse)) != nil) { + [self setBackgroundColor:[UIColor clearColor]]; [[self contentView] setBackgroundColor:[UIColor clearColor]]; } return self; } -- 2.47.2