That's exactly what I said. >> Not sure why it doesn't like that property when using IB.
To me, that setting took your broken and hung app and made it work just as your fast one. I'll leave the rest up to you to figure out why. And if you read the docs about that setting, it seems to be giving you the "opposite" effect of it's documented "benefit". Good luck! On Thu, Jun 12, 2014 at 1:21 PM, Seth Willits <[email protected]> wrote: > On Jun 11, 2014, at 6:46 PM, KappA <[email protected]> wrote: > > > For some reason it doesn't like the below - you need to comment that > out, and uncheck that option in IB: > > > > self.textView.layoutManager.allowsNonContiguousLayout = YES; > > > > At least that's how I fixed it :) Not sure why it doesn't like that > property when using IB. > > That's not fixing it, it's just avoiding the problem. "Fast" has it > enabled. It's on by default in every text view. > > > -- > Seth Willits > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/rejekted%40gmail.com > > This email sent to [email protected] > _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
