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

  • Home
  • SEARCH
  • 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 8901597
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T01:23:54+00:00 2026-06-15T01:23:54+00:00

i am kind of making app which play audio using table view After selecting

  • 0

i am kind of making app which play audio using table view

After selecting particular row,it play audio on next view,but it does not solve my problem

Since want it to stop after dismissing the view and return to table view

So i want a way to play song on next view in such a way it stops after dismissing the view

or,

if i can access to the particular row(indexpathy.row) on next view

  • 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-15T01:23:56+00:00Added an answer on June 15, 2026 at 1:23 am

    just property synthesize the raw no or int value to the nextview like bellow..

    @interface NextViewController : UIViewController{
         int rowNo;
    }
    @property (nonatomic, assign) int rowNo;
    

    and synthesize in .m file like bellow…

    @synthesize rowNo;
    

    and when you push to nextview at that time set this property like this

    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    {
        NextViewController *objNextViewController = [[NextViewController alloc]initWithNibName:@"NextViewController" bundle:nil];
       objNextViewController.rowNo = indexPath.row;
        [self.navigationController pushViewController:objNextViewController animated:YES];
        [NextViewController release];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making a dictionary kind of an app which uses SQLite . I
I'm making an app that records uncompressed (wav format) audio. I'm using this class
I looking into making a kind of robot testing browser. Like Selenium, but one
its kind of silly question. but i dont know what mistake i am making.
I'm writing an Android app which will be making use of the cloud-2-device messaging
I'm making a small app in Adobe Air which I need to interact with
I'm making an app which uses internet. I remember there was something developers had
I'm making an app which constantly receives Heart Rate from a bluetooth device in
I'm making an iPhone app which displays information about red wines. The wines are
My app has a feature which requires identifying each app users. I'm planning making

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.