有可能使UITexView的自定义表单吗?例如椭圆或半椭圆形式。

或者更复杂的情况

发布于 2013-11-18 17:01:38
是,试一下
atextview.layer.borderWidth = 2.0;
atextView.layer.borderColor = [UIColor blackColor];
atextView.layer.cornerRadius = 10; //adjust it to change req. shape更新:如果contentInSet发生变化,请检查this question and answer
发布于 2013-11-18 16:57:20
不需要这样做,只需使其透明,并将UIImageView与任何你喜欢的图像放在它下面…
https://stackoverflow.com/questions/20043585
复制相似问题