美文网首页
UILabel全解

UILabel全解

作者: 横爬介士 | 来源:发表于2016-07-04 19:35 被阅读28次

    设置label中placeHolder的字体大小和颜色

    //设置placeholder的颜色和字体
        [self.textField setValue:[UIColor whiteColor] forKeyPath:@"_placeholderLabel.textColor"];
        [self.textField setValue:[UIFont boldSystemFontOfSize:16] forKeyPath:@"_placeholderLabel.font"];
    

    nvm use --delete-prefix iojs-v3.3.1 --silent

    解决node npm command not found 问题

    相关文章

      网友评论

          本文标题:UILabel全解

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