美文网首页
可以复制text的Label

可以复制text的Label

作者: dustylove | 来源:发表于2017-06-14 09:51 被阅读0次

    效果图:

    使用方法:

    1.把LabelCopyTool文件夹拖进项目中;

    2.#import"UILabel+Copy.h"

    3.UILabel* label = [[UILabelalloc]initWithFrame:CGRectMake(60,100,200,30)];

    [label useCopy];

    是不是很方便呢。

    地址:https://github.com/dustylove/LabelCopy

    相关文章

      网友评论

          本文标题:可以复制text的Label

          本文链接:https://www.haomeiwen.com/subject/nzfqyttx.html