- #include <ChatKit/ChatKit.h>
- //#include <Springboard/Springboard.h>
- %hook CKUIBehavior
- -(BOOL) _shouldShowContactPhotos {
- return TRUE;
- }
- -(BOOL) _useContactPhotosInConversationList {
- return TRUE;
- }
- -(float) _contactPhotoBalloonMargin {
- return 5;
- }
- -(float) _conversationListContactImageDiameter {
- return 40;
- }
- // -(float) _transcriptContactImageDiameter {
- // return
- // }
- %end
- %hook CKTranscriptDataRow
- -(BOOL) _wantsContactImageLayout {
- return TRUE;
- }
- %end
SHARE
TWEET
Untitled
a guest
Mar 19th, 2014
154
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
