FROM : Kyle Sluder
DATE : Fri May 16 19:15:45 2008
On Fri, May 16, 2008 at 10:49 AM, Stéphane <<email_removed>> wrote:
> This might not be that easily possible as the positions of the views inside
> the scrollview are recomputed quite often and your bottom corner view would
> be ignored by this code. So this would require subclassing some code in
> NSScrollView. Not impossible but not easy and this part of the AppKit does
> not work the same way between OS versions.
Actually, it's not that hard. Subclass NSScrollView and override -tile.
--Kyle Sluder
DATE : Fri May 16 19:15:45 2008
On Fri, May 16, 2008 at 10:49 AM, Stéphane <<email_removed>> wrote:
> This might not be that easily possible as the positions of the views inside
> the scrollview are recomputed quite often and your bottom corner view would
> be ignored by this code. So this would require subclassing some code in
> NSScrollView. Not impossible but not easy and this part of the AppKit does
> not work the same way between OS versions.
Actually, it's not that hard. Subclass NSScrollView and override -tile.
--Kyle Sluder
| Related mails | Author | Date |
|---|---|---|
| jonathan@mugginsof… | May 16, 15:58 | |
| Stéphane | May 16, 16:49 | |
| jonathan@mugginsof… | May 16, 18:04 | |
| Kyle Sluder | May 16, 19:15 | |
| jonathan@mugginsof… | May 16, 20:31 | |
| jonathan@mugginsof… | May 17, 22:14 |






Cocoa mail archive

