Explain the difference in xib/storyboard vs nib?
Answer / Brij Bihari Jaiswal
Xib and Storyboard are Interface Builder files used for designing UI screens in iOS development. Nib is an older format, which has been replaced by Xib and Storyboard. The main differences are: 1) Usage: Xib is used for single view scenarios while Storyboard is used for multiple views or scenes. 2) Structure: Xib consists of a simple XML file with no structure while Storyboard consists of a timeline-based visual editor that helps to navigate between scenes and manage transitions. 3) Flexibility: Storyboard allows for more complex interactions and transitions as it has scene-to-scene navigation and modally presented views.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is autoclosure?
Is swift objective c?
What is delegation protocol?
Can you differentiate polymorphism from abstraction?
What is enum constant?
How declare methods in objective c? And how to call them?
What is objective point of view?
What is difference between extern and global?
What is difference between mutable and immutable?
What is a class property?
How do I open .m files?
Is objective-c a dynamic language?