EmojiTextAttachment.m 478 B

123456789101112131415
  1. //
  2. // EmojiTextAttachment.m
  3. // InputEmojiExample
  4. //
  5. // Created by zorro on 15/3/7.
  6. // Copyright (c) 2015年 tutuge. All rights reserved.
  7. //
  8. #import "EmojiTextAttachment.h"
  9. @implementation EmojiTextAttachment
  10. //- (CGRect)attachmentBoundsForTextContainer:(NSTextContainer *)textContainer proposedLineFragment:(CGRect)lineFrag glyphPosition:(CGPoint)position characterIndex:(NSUInteger)charIndex {
  11. // return CGRectMake(0, 0, _emojiSize.width, _emojiSize.height);
  12. //}
  13. @end