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 9210537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T01:06:11+00:00 2026-06-18T01:06:11+00:00

I am currently developing an app for iOS 5 and above in which a

  • 0

I am currently developing an app for iOS 5 and above in which a video is played inside a custom UITableViewCell using an instance of AVQueuePlayer.

There are ‘n’ number of such custom cells playing ‘n’ number of videos.

I want to implement a functionality which disables the player from playing the video after a given time.

I have a countdown timer which displays the time left in a UILabel for disabling the player beneath the instance of AVQueuePlayer.

I have to update the timer after a minute(suppose) to show the time left for the disabling to take place. e.g. “5 mins left”.

I am using NSTimer for this purpose. But, I dont know how to only reload or update the UILabel instance of the custom UITableViewCell. I have seen in some threads the use of the following method

- (void)reloadRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation

But, if I do so when the video is playing, it stops and gets reloaded again.

Is there a better solution to this issue?

  • 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-06-18T01:06:12+00:00Added an answer on June 18, 2026 at 1:06 am

    You could either save a reference to your cell when you create it (sounds like you’re only making one of each cell type, even though you have a tableview); or grab the cell from the table and pull the label out of it.

    I’d be tempted to set the tag of the label, then use that to get the label back.

    When you create the label (or set it in interface-builder) call [myLabel setTag:LABEL_TAG];

    Then later you can:

    UITableViewCell * myCell = self.myTableView cellForRowAtIndexPath:LABLE_CELL_POSITION];
    UILabel * myLabel = [cell viewWithTag:LABEL_TAG];
    myLabel.setText:@"my new value";
    

    In the above LABLE_CELL_POSITION would be position of the cell in your tableview (0 to …); and LABEL_TAG is any number you want to use to denote that view, maybe 1234.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing an ecommerce iOS app by using magento api. Currently I'm trying to
I am currently developing an iOS app which uses CFStream to communicate with a
I am currently developing my first iOS app which i have tested on simulator
I am currently developing an app which will be on Android Market. How can
I'm currently developing a spotify app which requires oAuth to sign into GetGlue. It
I am currently developing an android app, there is always unexpected exception popup when
Im currently developing an In-House Enterprise application. I will publish the app using Apple
I'm currently developing the presentation layer of an android app. The api which I'm
I'm currently developing an app using Parse and I'd like to start abstracting their
I'm currently developing an app in facebook which has a list of friends of

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.