objective c - Request for Member 'View' in something not a structure or union -


I'm getting the error mentioned in the title

Here's my interface:

  #import & lt; UIKit / UIKit.h & gt; @ Class Controll Level 1; @ Interface Route Controller: UIViewController {Controller Level 1 * Controlllevel 1; } @ Property (Maintenance, Nonomatic) Controller Level 1 * Controlllevel 1; @end   

And here's the implementation:

  #import "RootController.h" #import "controller level 1h." @ Implementation RootController @ synthesis controller level 1; - (zero) viewDidload {Controller level 1 * First level = [[Controller Level 1 ALLOCK] Init WTHNIBN: @ "Controller Level 1" bundle: zero]; Self.controllerLevel1 = First level; [Insert self.viewSubeweview: first level. View Index on: 0]; [First release release]; [Super viewedload]; }   

error occurs in Insert self.viewSubview: index on firstLevel.view: 0];

This is complaining about firstLevel.view.

As such, you probably have not declared "visual" as a property in the controller level 1H. Show us the .h file for this and we can help more.

Comments