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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:49:43+00:00 2026-06-18T12:49:43+00:00

I have four to five view controller in each of them it show incomplete

  • 0

I have four to five view controller in each of them it show incomplete implementation
One ViewController is below

#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
#import "CereniaAppDelegate.h"

@interface MainViewController : UIViewController  <UITextFieldDelegate, UITableViewDelegate, UITableViewDataSource>{
    IBOutlet UIButton*homeButton;
    IBOutlet UIButton*economicDataButton;
    IBOutlet UIButton*riskButton;
    IBOutlet UIButton*financialImpactButton;
    IBOutlet UIButton*probabilitiesButton;
    IBOutlet UIButton*enterButton;
}



-(IBAction)enterButtonAction;
-(IBAction)homeButtonAction;
-(IBAction)economicDataButtonAction;
-(IBAction)riskButtonAction;
-(IBAction)financialImpactButtonAction;
-(IBAction)probabilitiesButtonAction;

@end

Implementaion

#import "MainViewController.h"
#import "EconomicDataViewController.h"
#import "ProbabilitiesViewController.h"
#import "RiskViewController.h"
#import "FinancialImpactViewController.h"

@implementation MainViewController

-(IBAction)homeButtonAction{

}

-(IBAction)enterButtonAction{   
    EconomicDataViewController*targetContrlloer=[[EconomicDataViewController alloc] init];
    [self.navigationController pushViewController:targetContrlloer animated:YES];
}


-(IBAction)economicDataButtonAction{
    EconomicDataViewController*targetContrlloer=[[EconomicDataViewController alloc] init];
    [self.navigationController pushViewController:targetContrlloer animated:YES];
}



-(IBAction)riskButtonAction{
    RiskViewController*targetContrlloer=[[RiskViewController alloc] init];
    [self.navigationController pushViewController:targetContrlloer animated:YES];
}

-(IBAction)financialImpactButtonAction{
    FinancialImpactViewController*targetContrlloer=[[FinancialImpactViewController alloc] init];
    [self.navigationController pushViewController:targetContrlloer animated:YES];
}

-(IBAction)probabilitiesButtonAction{
    ProbabilitiesViewController*targetContrlloer=[[ProbabilitiesViewController alloc] init];
    [self.navigationController pushViewController:targetContrlloer animated:YES];
}

- (BOOL)textFieldShouldReturn:(UITextField *)textField {
    return YES;
}

// Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
- (void)viewDidLoad {
    [super viewDidLoad];
}

- (BOOL)shouldAutorotateToInterfaceOrientation(UIInterfaceOrientation)interfaceOrientation {       
    // return YES;
    return UIInterfaceOrientationIsLandscape(interfaceOrientation); 
}

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

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

- (void)dealloc {   
    [super dealloc];

    [homeButton release];
    [economicDataButton release];
    [riskButton release];
    [probabilitiesButton release];
    [enterButton release];
}

@end
  • 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-18T12:49:44+00:00Added an answer on June 18, 2026 at 12:49 pm

    It’s because you dont implement the delegate methods for UITextFieldDelegate, UITableViewDelegate, UITableViewDataSource. Do that and the error should disappear.

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

Sidebar

Related Questions

Suppose I have a string like this: one two three four five six seven
I have the following HTML markup:- <select name=List1 id=l1> <option>One</option> <option>Two</option> <option>Three</option> <option>Four</option> <option>Five</option>
I have four tables. Three of them are tables with one key and they
I have this string for example : one two three four START four five
lets say I have 2 arrays my @one = (one,two,three,four,five); my @two = (three,five);
Let's say I have this list: my @list = qw(one two three four five);
I have a table with data : id one two three four five six
I have 10 functions: $(#one).mouseenter(function(){ $('#two,#three,#four,#five').fadeTo(700,0.2); }); $(#one).mouseleave(function(){ $('#two,#three,#four,#five').fadeTo(700,1); }); $(#two).mouseenter(function(){ $('#one,#three,#four,#five').fadeTo(700,0.2); }); $(#two).mouseleave(function(){
I have a fiddle code: //create array with values thisArray= ['',[]]; thisArray[0] = ['numbers',['one','two','three','four','five']];
lst = [1,2,3,4] I have hard coded keys ['one','two','three','four','five'] and I want the dictionary

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.