Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the difference in xib/storyboard vs nib?



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

Post New Answer

More Objective-C Interview Questions

Does objective-c contain private strategies?

1 Answers  


What is a category extension?

1 Answers  


Which class is used to establish a connection between applications to the web server?

1 Answers  


What is umbrella header?

1 Answers  


What is the definition of an objective statement?

1 Answers  


Are id and instancetype same? If not, what are differences between them?

1 Answers  


Can I write some c++ function in same .m file?

1 Answers  


What is the difference between nsdictionary and nsmutabledictionary?

1 Answers  


What is the principle distinction between the function calls and messages?

1 Answers  


What are class b properties?

1 Answers  


What is dynamic dispatch method?

1 Answers  


What is toll-free bridging? When is it useful?

1 Answers  


Categories