Fitting NSlayoutManager into UIView
问题 I have set up a UIView with NSLayoutManager (TextKit) and the UIView is placed in a UIScrollView. Im having trouble resizing the UIView to the size of the text so that It can be scrolled. Currently the text fills the screen but the scrollView doesn't really scroll to the rest of it. UIView Code: - (void)drawRect:(CGRect)rect { [super drawRect:rect]; NSUserDefaults *prefs = [NSUserDefaults standardUserDefaults]; long value = [prefs integerForKey:@"Daven"]; if((int)value == 0){ string =