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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:04:48+00:00 2026-05-16T18:04:48+00:00

i have 2 views i m sending text in a button on 1st view

  • 0

i have 2 views
i m sending text in a button on 1st view to label on second view….

//////textfieldtolabelViewController.h

#import <UIKit/UIKit.h>
#import "seconview.h"

@interface textfieldtolabelViewController : UIViewController {
    IBOutlet seconview *sec;
    //IBOutlet UITextField *t1;
}

//@property(nonatomic, retain)IBOutlet UITextField *t1;
-(void)buttonclick:(id)sender;
@end

and its .m file is this

#import "textfieldtolabelViewController.h"

@implementation textfieldtolabelViewController


-(void)buttonclick:(id)sender
{
    NSString *s = [sender titleForState:UIControlStateNormal];  
    //sec.ss = s;
    [sec settext:s];
    [self presentModalViewController:sec animated:YES]; 
}
- (void)dealloc {
    [super dealloc];
}


@end

now there is second view naming seconview
.h file

#import <UIKit/UIKit.h>



@interface seconview : UIViewController {
    IBOutlet UILabel *l1;

}
@property(nonatomic, retain)IBOutlet UILabel *l1;


-(void)settext:(NSString *)ss;
@end

and its .m file is ….

#import "seconview.h"


@implementation seconview
@synthesize l1;
//@synthesize ss;

-(void)settext:(NSString *)ss
{
    l1.text=ss; 
}


- (void)dealloc {
    [super dealloc];
}


@end

this program did not show any error and runs fine but problem is that the text of button in 1st view does not appear in label on second view
but i made all connection perfectly…….

  • 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-16T18:04:49+00:00Added an answer on May 16, 2026 at 6:04 pm

    the [self presentModalViewController:sec animated:YES]; should be above the setText
    try it

    -(void)buttonclick:(id)sender
    {
        NSString *s = [sender titleForState:UIControlStateNormal];  
        //sec.ss = s;
    
        [self presentModalViewController:sec animated:YES];
    
    
        [sec settext:s];
    
    }
    

    hope it will work….

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

Sidebar

Related Questions

I have to ensure that curl is sending cookies propertly, so I should view
All of a sudden in this MVC site I have no views that can
I am developing an application using MVC Preview 5. I have used typed views.
I have a master page which all my views inherit from. The issue I
I have a Delphi 7 application that has two views of a document (e.g.
I have implemented VirtualPathProvider class so I can keep all my views in the
I have the whole MVC-Model set up and use HTML views as templates. But
I have seen posts that show three ways to reset the DMV views: Reset
I have an if/else statement in the controller and 2 different types of views
I have found jQuery to be a great tool to simplify my MVC Views.

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.