in Technology by

Difference in Xib/storyboard vs nib?

1 Answer

0 votes
by

There are things you can do with a storyboard that you can’t do with a nib. A storyboard lets you create segues between view controllers, and it lets you design table view cells in-place.

There are things you can do with a nib that you can’t do with a storyboard. In a nib, you can create references to the File’s Owner placeholder. You can create multiple top-level views, edit them, and create connections between them. See this answer for an example of why you’d want to do that. You can add external object placeholders (a rarely-used feature).

Related questions

0 votes
    I have one problem, I have my first view controller and when i push a button to connect with my ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    I have designed a xib whose configuration I have set as shown in the pic I have added a UIImageView ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 11, 2022 in Education by JackTerrance
0 votes
    I have designed a xib whose configuration I have set as shown in the pic I have added a UIImageView ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 8, 2022 in Education by JackTerrance
0 votes
    I have designed a xib whose configuration I have set as shown in the pic I have added a UIImageView ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 14, 2022 in Education by JackTerrance
0 votes
    My app has separate code and bundle (xib are to be downloaded separately). I can't change my code ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 8, 2022 in Education by JackTerrance
0 votes
    Difference between get() vs load() method in Hibernate?...
asked Feb 4, 2021 in Technology by JackTerrance
0 votes
    Explain the difference between Swift vs Objective-C.?...
asked Nov 30, 2020 in Technology by JackTerrance
0 votes
    What is difference between Excel Vs. Tableau?...
asked Oct 29, 2020 in Technology by JackTerrance
0 votes
    Explain the difference between Endpoint Security vs. Network Security?...
asked Oct 24, 2020 in Technology by JackTerrance
0 votes
    What is Difference between Endpoint Security vs. Anti-virus?...
asked Oct 24, 2020 in Technology by JackTerrance
0 votes
    Difference Between Functional Testing Vs Non-Functional Testing with Examples?...
asked Oct 17, 2020 in Technology by JackTerrance
0 votes
    Explain the difference between Smoke Test Vs Build Acceptance Testing?...
asked Oct 17, 2020 in Technology by JackTerrance
0 votes
    Explain the difference between Sanity Testing Vs Regression Testing?...
asked Oct 17, 2020 in Technology by JackTerrance
0 votes
    What is GIT Vs SVN - Comparison?...
asked Feb 17, 2021 in Technology by JackTerrance
0 votes
    Citrix Xenserver Vs Vmware vSphere...
asked Nov 19, 2020 in Technology by Editorial Staff
...