-1

Every thing was going fine but after updating xcode 6 to 7 there was an error in build. After changing "Enable bitcode" Yes to No in Build Option application built successfully. But I am facing a new problem -

Application screen size making gap top and bottom as following

enter image description here

I have added following line in method didFinishLaunchingWithOptions but nothing done

self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];

My application is XIB file based not StoryBoard.

Can anybody help me please?

MD SHAHIDUL ISLAM
  • 14,325
  • 6
  • 82
  • 89

1 Answers1

0

Add your LaunchScreen in Assets.xcassets Like This :

enter image description here

I hope it's help for you.

Jay Bhalani
  • 4,142
  • 8
  • 37
  • 50