-2

When i'am running my app using ios7 i faces two problems:

1)Its status bar comes on UI.I have implemented the code in BoolDidFinishLaunching,which i got from google search but still problem exist the UI distorted from bottom of it.

2)Secondly,i am getting the same keyboard in ios7.Although ios7 has its own default keyboard.

user2830250
  • 29
  • 1
  • 1

2 Answers2

2

Your app is working in compatibility mode, unless you don't compile it under xCode5 iOS7, so this is the default behavior, plus there are many issues being reported. To debug your app in compatibility mode on iOS7 check this question in SO:

How to debug app in compatibility mode on iOS 7?

Community
  • 1
  • 1
Tarek Hallak
  • 18,422
  • 7
  • 59
  • 68
0

For you issue number 1 i face same problem and here is its solution

iOS 7 - Status bar overlaps the view

For you issue number 2 you have to compile your code through xcode 5 only then keyboard and search bar and other UI components of iOS 7 will reflect.

Community
  • 1
  • 1
Desert Rose
  • 3,376
  • 1
  • 30
  • 36