Самые популярные вопросы и ответы для интервью и онлайн-тесты
Образовательная платформа для подготовки к интервью, онлайн-тестов, учебных материалов и живой практики

Развивайте навыки с целевыми маршрутами обучения, пробными тестами и контентом для подготовки к интервью.

WithoutBook объединяет вопросы для интервью по предметам, онлайн-практику, учебные материалы и сравнительные руководства в одном удобном учебном пространстве.

Подготовка к интервью

iOS вопросы и ответы для интервью

Связанные сравнения

Android vs iOS

Вопрос 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.

Это полезно? Добавить комментарий Посмотреть комментарии
 

Вопрос 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.

Это полезно? Добавить комментарий Посмотреть комментарии
 

Вопрос 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.

Это полезно? Добавить комментарий Посмотреть комментарии
 

Вопрос 19. What does KVO stand for?

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

Это полезно? Добавить комментарий Посмотреть комментарии
 

Вопрос 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.

Это полезно? Добавить комментарий Посмотреть комментарии
 

Самое полезное по оценкам пользователей:

Авторские права © 2026, WithoutBook.