What is the difference between NIB and XIB Interface Builder file formats?

前端 未结 5 945
再見小時候
再見小時候 2020-12-12 18:04

What is difference between nib and xib in Interface Builder files?

5条回答
  •  一整个雨季
    2020-12-12 18:44

    As of Interface Builder version 3, a new file format (with extension .xib) has been added, which is functionally identical to .nib, except it is stored in a flat file, making it more suitable for storage in revision control systems and processing by tools such as diff.

    http://en.wikipedia.org/wiki/Interface_Builder#Design

提交回复
热议问题