iOS вопросы и ответы для интервью
Связанные сравнения
Вопрос 51. What is a Responder chain?
A ResponderChain is a hierarchy of objects that have the chance of responding to the received events.
Это полезно?
Добавить комментарий
Посмотреть комментарии
Вопрос 52. What is meant by the ‘defer’ keyword?
The 'defer' keyword provides a block of code executed in cases when execution leaves the current scope.
Это полезно?
Добавить комментарий
Посмотреть комментарии
Самое полезное по оценкам пользователей:
- What does KVO stand for?
- Which is the application thread from where UIKit classes should be used?
- What is iOS?