Working With NIB Files

From PeformIQ Upgrade
Revision as of 05:45, 17 October 2021 by PeterHarding (talk | contribs) (Created page with " To access from a playground place the '.nib' file in the Resources directory. To generate a '.nib' file from a '.xib' file: <pre> ibtool input.xib --compile output.nib </pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To access from a playground place the '.nib' file in the Resources directory.

To generate a '.nib' file from a '.xib' file:

ibtool input.xib --compile output.nib