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 36. Explain a singleton class.

When only one instance of a class is created in the application, that class is called a singleton class.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 37. Differentiate between a frame and a bound.

A UIView’s bounds are a rectangle with a size (width, height) and position (x,y) relative to its own coordinate system (0,0).

A UIView’s frame is a rectangle with a scale (width, height) and position (x,y) relative to the superview it is located within.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 38. How to Prioritize Usability in Design?

To prioritize usability, the design process has broken down into 4 steps:

  • Consider the user’s perspective when designing the user experience.
  • Users, not demographics, are what you should focus on.
  • Consider all of the scenarios in which an app might be useful when promoting it.
  • Even after the app has been released, continue to improve its functionality.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 39. What is meant by Enumerations or Enum?

A class type containing a group of related items under the same umbrella, but it is impossible to create an instance of it.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 40. What is the lazy property in swift?

When the property is called for the first time, an initial value of the lazy stored properties is calculated. In many situations, lazy properties come handy to developers. 

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Les plus utiles selon les utilisateurs :

Copyright © 2026, WithoutBook.