Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 897985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T14:58:10+00:00 2026-05-15T14:58:10+00:00

How can I determine if the user has scrolled to the last cell/bottom of

  • 0

How can I determine if the user has scrolled to the last cell/bottom of a UITableView?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T14:58:11+00:00Added an answer on May 15, 2026 at 2:58 pm

    UITableView inherits from UIScrollView, and scroll view exposes a contentOffset property (documentation here).

    Use this with a bit of math to determine if the contentOffset is within frame.size.height of the bottom.

    Update: here’s a stab at a formula that will give you what you want:

    if(tableView.contentOffset.y >= (tableView.contentSize.height - tableView.frame.size.height)) {
      //user has scrolled to the bottom
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Windows, how can I programmatically determine which user account last changed or deleted
Possible Duplicate: How can I determine if a user has an iOS app installed?
How can I determine via javascript if a user has logged in to my
How can I determine if the user of an iOS device has a specific
We are using jqGrid searching .. how can you determine if a user has
I want to determine if a user has scrolled more than a certain percentage
Does anybody know how can I determine where the user clicked in a DataGrid
Is there a sensible way to determine whether the current user can access an
If each First/Last name pair is mapped to a unique user ID, how can
I was wondering if it possible to determine if the user has enabled the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.