Re: NSTextContainer exclusionPaths not working on iOS without UITextView

2017-09-21 Thread Aki Inoue
Steve, You should be rendering using NSLayoutManager instead of -drawInRect:. The method is handling NSTextStorage just as a mere NSAttributedString ignoring the rest of objects connected. Check out the documentation for -[NSLayoutManager drawGlyphsInGlyphRange:atPoint:]. Aki > On Sep 21,

NSTextContainer exclusionPaths not working on iOS without UITextView

2017-09-21 Thread Steve Mills
Didn't work the first time I sent this, because something messed up and thought the message was too large, when it's less than 2000 characters. No bites on apple-dev.groups.io, so I'll try here. I'm trying to use exclusionPaths for the first time and am not having any success. For now, I'm

Re: Inserting a button into another application's toolbar

2017-09-21 Thread Nick
Thank you for the suggestions! 2017-09-19 10:36 GMT+03:00 Alastair Houghton : > > On 19 Sep 2017, at 06:01, Jack Brindle wrote: > > > > Actually, there may be a way. It all depends on exactly where in the > menu bar you want to place the menu