Receiving and Handling Events with Combine
asynchronous 소스로 이벤트를 사용자화하고 수신받는다.
asynchronous 소스로 이벤트를 사용자화하고 수신받는다.
protocol 순차적으로 값의 시퀀스를 전달할 수 있는 타입 선언.
instance Method 윈도우에서 해당 객체가 first responder를 포기(양도)할거라고 알리는 메소드.
instance property resopnder 체인의 next responder를 리턴. next responder가 없으면 nil를 리턴.
instance property 수신자가 first responder를 포기할지 말지 Boolean값 리턴.
instance property 해당 객체가 first responder인지 아닌지 Boolean 값 리턴.
instance property 해당 객체가 first responder가 될수 있을지 안될지 Boolean값 리턴.
instance property UIKit에게 윈도우에서 first responder가 되게 요청하는 메소드.
Class 이벤트에 응답하고 처리하기 위한 추상 인터페이스.
뷰들을 스택으로 합치고, 그룹 및 리스트 뷰를 동적으로 생성하며 노출과 계층 구조를 정의한다.
struct 식별(identified) 데이타의 collection에 따라 뷰를 계산.
protocol 해시로 사용할 수 있는 타입. Hasher로 integer hash 값을 생성한다.
Decide how to store data and model behavior.
struct key-value로 쌍을 이루는 collection
Decide how to store data and model behavior.
$ git add . $ git commit -m "커밋 내용" $ git push -u origin branch