How to make a uitableview in interface builder compatible with a 4 inch iPhone

前端 未结 5 939
别那么骄傲
别那么骄傲 2020-12-09 06:02

How do I make a uitableview in interface builder compatible with 4 inch iphone5, and the older iPhone 4/4s?

There are three options in Xcode 4.5:

  • Freef
5条回答
  •  一生所求
    2020-12-09 06:34

    if your interface is using Storyboard:

    Open *.Storyboard with "Text Editor"

    and go the end bottom find

    delete type="retina4"

    then it will be default size in 3.5"

提交回复
热议问题