Questions et réponses d'entretien les plus demandées et tests en ligne
Plateforme d'apprentissage pour la preparation aux entretiens, les tests en ligne, les tutoriels et la pratique en direct

Developpez vos competences grace a des parcours cibles, des tests blancs et un contenu pret pour l'entretien.

WithoutBook rassemble des questions d'entretien par sujet, des tests pratiques en ligne, des tutoriels et des guides de comparaison dans un espace d'apprentissage reactif.

Preparation a l'entretien

iOS Questions et reponses d'entretien

Differences associees

Android vs iOS

Question 16. What is Method Swizzling?

The process of changing the implementation of an existing domain, Method Swizzling, enables you to write that code that can be executed before or after the original method.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 17. When is the category used?

 It is used to add a set of related methods and to add additional methods in the Cocoa framework.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 18. What is the difference between Viewdidload and Viewdidappear?

Viewdidload:

  • It is called when it is loaded into memory.
  • Data can be loaded in Viewdidload if it is fairly static and likely to change.

Viewdidappear:

  • It is called when the view is visible and presented on the device.
  • You can perform any layout functions or draw in the UI.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 19. What does KVO stand for?

KVO means key-value observing, which enables a controller to observe changes to property value.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 20. Which JSON framework is supported by iOS (iPhone OS)?

  • SBJson framework is supported by iOS. It is a JSON parser and generator for Objective-C (Objective-C is the primary programming language we use when writing software for OS X and iOS. It is a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime).
  • SBJson provides flexible APIs and additional control that makes JSON handling easy.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Les plus utiles selon les utilisateurs :

Copyright © 2026, WithoutBook.