4
我想在我的文字視圖周圍有邊框;爲此,我做了以下內容:問題在 - [CALayer setBorderColor:]
textView.layer.borderWidth = 5.0f;
textView.layer.borderColor = [UIColor grayColor];
我收到以下警告:
warning: passing argument 1 of 'setBorderColor:' from incompatible pointer type
UPDATE1:我的邊框是不可見的