Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category