iphone-common-codes-ccteam源代码 CCUITextView.h

   1. //
2. // CCUITextView.h
3. // CCFC
4. //
5. // Created by xichen on 11-12-22.
6. // Copyright 2011 ccteam. All rights reserved.
7. //
8.
9. #import <Foundation/Foundation.h>
10.
11.
12. @interface UITextView(cc)
13.
14. + (UITextView *)createCommonTextView:(CGRect)rect withText:(NSString *)text;
15.
16. // get the row count of a textView's text // nearly ok
17. - (int)getTextRows;
18.
19. @end

 

可能有更新:

googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCUITextView.h

github地址: https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCUITextView.h

posted @ 2012-01-14 09:41  cc_team  阅读(170)  评论(0编辑  收藏  举报