• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Scrolling Text Field Class for Logging?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scrolling Text Field Class for Logging?


  • Subject: Re: Scrolling Text Field Class for Logging?
  • From: Jerry Krinock <email@hidden>
  • Date: Fri, 20 Mar 2015 15:21:56 -0700

On 2015 Mar 20, at 14:24, Dave <email@hidden> wrote:

> how do you check the Scroll Position for being at the end?


I would try comparing
   NSMaxY([[myScrollView documentView] visibleRect])
with
   NSMaxY([[myScrollView documentView] frame])

If that doesn’t work, try NSMinY instead.  In simple cases, it’s usually easier to try both ways than to try and remember how flippedness works.

For margin, add a few points to your comparison to weight it on the side of “is at the end”.



_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Scrolling Text Field Class for Logging?
      • From: Dave <email@hidden>
References: 
 >Scrolling Text Field Class for Logging? (From: Dave <email@hidden>)
 >Re: Scrolling Text Field Class for Logging? (From: Jens Alfke <email@hidden>)
 >Re: Scrolling Text Field Class for Logging? (From: Dave <email@hidden>)

  • Prev by Date: Re: Scrolling Text Field Class for Logging?
  • Next by Date: Re: Core Data Model Editor without Core Data
  • Previous by thread: Re: Scrolling Text Field Class for Logging?
  • Next by thread: Re: Scrolling Text Field Class for Logging?
  • Index(es):
    • Date
    • Thread