가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

iOS 면접 질문과 답변

관련 차이점

Android vs iOS

Ques 36. Explain a singleton class.

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

도움이 되었나요? Add Comment View Comments
 

Ques 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.

도움이 되었나요? Add Comment View Comments
 

Ques 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.

도움이 되었나요? Add Comment View Comments
 

Ques 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.

도움이 되었나요? Add Comment View Comments
 

Ques 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. 

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.