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

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

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

Prepare Interview

iOS 면접 질문과 답변

관련 차이점

Android vs iOS

Ques 46. What are the essential certificates for issuing and developing apps, either Android or iOS?

The certificate types are:

  1. Development Certificate
  2. Distribution Certificate 
  3. Development and Distributing Certificates 

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

Ques 47. What is ‘assign’ in iOS?

In iOS, ‘assign’ is used to create an orientation from one object to the other without raising the retain count of the source object.

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

Ques 48. Why is 'reuseIdentifier' used in iOS?

The ‘reuseIdentifier’ is used to group all the similar rows from UITableView.

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

Ques 49. How can you reduce the size of the App?

The three different methods to reduce app size are:

  1. Bit code
  2. On-demand Resource
  3. App Slicing 

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

Ques 50. What is MVC? Tell about its implementation in iOS.

MVC (Model View Controller) is a design pattern that defines how logic will be separated when the user interface is implemented. In iOS, UIView is the base class provided by Apple for all views, and UIViewController is provided to support the Controller, which listens to events in a View and updates it when data changes.

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

Most helpful rated by users:

Copyright © 2026, WithoutBook.