프로그램에서 NIB를 로드할 때 Cocoa가 object graph를 다시 만든다. Object graph는 windows, views, controls, cells, menus, custom objects 모두를 말한다. 이때 Top-level objects는 부모를 가지지 않는 object 집합이다.
예를 들어 view하나와 button하나가 있다고 치자.
이때 view에 button이 자식으로 등록되어 있고 이때 view는 top-level objects이지만 button은 아니다. 만일 button이 outlet으로 등록되어 있지 않으면 button역시 top-level objects로 분류된다.
Subscribe to:
Post Comments (Atom)
Task in UnrealEngine
https://www.youtube.com/watch?v=1lBadANnJaw
-
Unity released very good FPS example for people and I decided to analysis how they make this. Personally I wanted to show you how I analys...
-
NSObjectCRuntime.h에서 오류가 나올 때 십중팔구 cpp파일의 속성을 objective c++로 설정하지 않아서 생기는 문제이다. 끝.
-
Class: ProjectileBase As you can see, ProjectileStandard has a member of ProjectileBase. ProjectileBase has a UnityAction variable, wh...
No comments:
Post a Comment