转载自:http://dong-zsh.github.io/2015/10/14/%E8%AE%BE%E7%BD%AElable%E5%86%85%E5%AE%B9%E4%B8%8D%E4%B8%8A%E4%B8%8B%E5%B1%85%E4%B8%AD/
#import <UIKit/UIKit.h>
|
1
|
#import "mylable.h"
|
###用法
1
|
mylable *lable = [[mylable alloc] initWithFrame:CGRectMake(10, 400, 100, 200)];
|
原文:http://www.cnblogs.com/CodingMann/p/5120296.html