In my application there is a table view.What I want to do is when I scrolls the table view and when it come to its end row I want to perform some action.
Please tell me which approach should I use to do this.
Thanks in advance!!
In my application there is a table view.What I want to do is when
Share
I think you should make a check in
when it loads the last row then call that method.
I think this will work. because table does not load all data at once but i loads data when user scroll