0

Just one controller are not showing the elements, others working fine. i also take a help from why storyboard ui elements not showing on UIViewController in xcode 6? but till same problem . Can any one suggest me how to resolve it? enter image description here

Shahbaz Akram
  • 1,598
  • 3
  • 28
  • 45
  • it seems there some waring in your view controller related to auto layout. try to fix and check. –  Jun 06 '18 at 07:06
  • @Shahbaz Akram Debugging the viewcontroller can be difficult sometimes due to many views in the hierarchy, you can copy the ui elements one by one and try to make a copy of it. Then check which ui element making the problem. – Harjot Singh Jun 06 '18 at 08:05
  • I create new controller and copy paste all views it. problem resolved now. – Shahbaz Akram Jun 06 '18 at 08:58

1 Answers1

0

Debugging the viewcontroller can be difficult sometimes due to many views in the hierarchy, you can copy the UIElements one by one and try to make a copy of it. Then check which UIElement making the problem.

Harjot Singh
  • 535
  • 7
  • 24