UITextView显示不全问题,以及内边距调整

        [self.companyNumTF setContentInset:UIEdgeInsetsMake(-10, -5, -15, -5)];//设置UITextView的内边距
        [self.companyNumTF setTextAlignment:NSTextAlignmentRight];//并设置左对齐

原文地址:https://www.cnblogs.com/yangxiaolong/p/5802997.html