카테고리

iOS

Publisher

protocol 순차적으로 값의 시퀀스를 전달할 수 있는 타입 선언.

UIResponder - next

instance property resopnder 체인의 next responder를 리턴. next responder가 없으면 nil를 리턴.

UIResponder

Class 이벤트에 응답하고 처리하기 위한 추상 인터페이스.

View Layout and Presentation

뷰들을 스택으로 합치고, 그룹 및 리스트 뷰를 동적으로 생성하며 노출과 계층 구조를 정의한다.

ForEach

struct 식별(identified) 데이타의 collection에 따라 뷰를 계산.

Hashable

protocol 해시로 사용할 수 있는 타입. Hasher로 integer hash 값을 생성한다.

Dictionary

struct key-value로 쌍을 이루는 collection

Back to top ↑

ing

Back to top ↑

git

git push

$ git add . $ git commit -m "커밋 내용" $ git push -u origin branch

Back to top ↑