Skip to content

Instantly share code, notes, and snippets.

@KevinDoughty
Last active December 15, 2015 14:59
Show Gist options
  • Save KevinDoughty/5278257 to your computer and use it in GitHub Desktop.
Save KevinDoughty/5278257 to your computer and use it in GitHub Desktop.
test
// test
NSRect theRect = [theTextContainer lineFragmentRectForProposedRect:proposedRect sweepDirection:sweepDirection movementDirection:movementDirection remainingRect:remainingRect];
NSLog(@"This is your rect:%@;",NSStringFromRect(theRect));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment