摘要:
本文摘自:http://www.cocoachina.com/bbs/read.php?tid-60903-keyword-uilabel.html发个完整的超链接的UILabel教程, 高手绕道~为了实例化咱们的Label时必须做点啥.. 先来个协议..h文件复制代码#import <Foundation/Foundation.h>@class MyLabel;@protocol MyLabelDelegate <NSObject>@required- (void)myLabel:(MyLabel *)myLabel touchesWtihTag:(NSInteger 阅读全文