xcode - didSelectRowAtIndexPath method is not called in another viewcontroller -


I have two views controllers, they are the first page and homepage I have a hosted in the homepage and this view controller has the first page view The controller has to add as follows.

  homepage * objHomePage = [[homeophone] init]; ObjHomePage.view.frame = CGRectMake (0.0, 520.0, 375, 667); [Self.view addSubview: objHomePage.view];  

But when it calls the didSelectRowAtIndexPath of the table view in the home page, it is not called.

I did not know this question, but this is not the correct implementation of viewController prevention. ..

  Homepage * View Controller = [Information Item]; [Add self childview controller: view controller]; ViewController.view.frame = CGRectMake (0.0, 520.0, 375, 667); [Self.view addSubview: viewController.view]; [ViewController didMoveToParentViewController: Self];  

I will also check inside the homepage, this is the table view. The Delegate is set on its own. This is the first thing that I will examine with your problem.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -