Sombra interior para cell.textLabel
Frecuentes
Visto 406 veces
0
How can I set inner shadow to cell.textLabel?
Me gusta:
cell.textLabel.innerShadow = xyz(2, 2, #000000);
¿o que?
1 Respuestas
0
It's a bit more complicated than that with inner shadows. You basically have to do the drawing yourself and masking out the area outside of the text.
Puedes mirar esta pregunta for the inner shadow part and esta pregunta for getting the path of the text. Then you piece them together so that you draw and mask the inner shadow with the path of you text.
contestado el 23 de mayo de 17 a las 13:05
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas objective-c xcode uitableview or haz tu propia pregunta.