2
說,例如,你有一些文字放在程序是這樣的:iOS可以在UILabel上設置混合模式嗎?
myLabel = [[UILabel alloc] initWithFrame:CGRectMake(33, 10, 254, 100)];
[myLabel setBackgroundColor:[UIColor clearColor]];
[myLabel setFont:[UIFont fontWithName:@"SomeFont" size:76]];
[myLabel setTextColor:[UIColor colorWithRed:0.227451 green:0.666667 blue:1 alpha:0.9]];
有沒有對文本應用混合模式的方法嗎?例如說顏色道奇?
你能否解釋一下你的意思是「在文本上應用混合模式」 – 2012-02-09 15:07:36