美文网首页
TextField 左側邊距

TextField 左側邊距

作者: 李栖桐 | 来源:发表于2017-11-03 15:24 被阅读27次
        //文本框左边留白
        UIView *leftView = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, 8, 40)];
        leftView.backgroundColor = [UIColor clearColor];
        self.searchTF.leftView = leftView;
        self.searchTF.leftViewMode = UITextFieldViewModeAlways;
    

    相关文章

      网友评论

          本文标题:TextField 左側邊距

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