3
1
36
336
465
27
UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(30, 90, 150, 50)]; NSMutableDictionary *attributes = [NSMutableDictionary dictionary]; attributes[NSStrokeColorAttributeName] = [UICo...