将字符串写到屏幕上

1  NSString *hang = @"test";
2  CGRect zwRect = CGRectMake(0,0,200,20);
3  UIFont *myFont = [UIFont systemFontOfSize:ud.readFontSize];
4  [hang drawInRect:zwRect
           withFont:myFont];
原文地址:https://www.cnblogs.com/sell/p/2913369.html