What is the Nib file? Nib file opening method

  • 2020-05-09 19:22:13
  • OfStack

I haven't been watering for a while, so today I'd like to share a tip.

The nib file is the interface resource for Cocoa App. xib is generally used instead of nib in code 1 because it is easy to version. The release is still nib, and it is compiled nib, which cannot be opened directly with xcode.

You can manually modify nib 1 times to open it. Modification method:

1. Download Compiled Nib Opener. nib. zip, unzip
2. Right click on Compiled Nib Opener.nib - > "Show package content"
3. Replace keyedobjects.nib with nib that needs to be opened
4. Go back and double-click to open Compiled Nib Opener.nib

Bother using this tool


Related articles: