CNContactViewController

Panther·2021년 8월 6일
0
post-custom-banner

https://developer.apple.com/documentation/contactsui/cncontactviewcontroller

"A view controller that displays a new, unknown, or existing contact."

새로운, 알려지지 않은, 혹은 기존 연락처를 표시하는 뷰 컨트롤러입니다.

Declaration

iOS, Mac Catalyst

class CNContactViewController : UIViewController

macOS

class CNContactViewController : NSViewController

Overview

사용자의 연락처 중 한 가지에 대한 정보를 표시하길 원한다면, CNContactViewController 객체를 제시하시기 바랍니다. 생성 시점에 표시하길 원하는 연락처 타입(새로운, 알려지지 않은, 혹은 기존의)을 구체화할 수 있습니다.

post-custom-banner

0개의 댓글