在iOS7中,我们使用属性来绘制文本:
NSDictionary *dictionary = [NSDictionary dictionaryWithObjectsAndKeys:largeFont,NSFontAttributeName, [UIColor whiteColor],NSForegroundColorAttributeName,[UIColor blackColor], NSStrokeColorAttributeName,nil];
[myString drawAtPoint:myPosition withAttributes:dictionary];
但是中风不在文本的外面,它是中心。任何人都知道如何在iOS7中添加外部笔画?