0
我嘗試的東西來創建一個框架和顏色的UIImage的,但不知道怎樣纔是正確的方式。如何自動繪製邊框和顏色的UIImage?
UIImage *aImage = [UIImage imageWithCIImage:[CIImage imageWithColor:[CIColor colorWithCGColor:[UIColor redColor].CGColor]]];
是上述線路是否正確?如何創建圖像大小?請幫忙!