Key-Value Coding Programming Guide - Key-Value Coding Fundamentals - Accessor Search PatternsNSObject에 있는 NSKeyValueCoding 프로토콜의 기본 구현은 명확하게 작성된 룰의 의해서 key-based accessor 호출을 객체의 기본 프로퍼티에 연결시킵니다. 이런 프로토콜 메소드들은 key 파라미터를 사용해서 접근자, 인스턴스 변수, 특정 네이밍 규칙을 따르는 관련 메소드에 대한 객체 인스턴스를 찾습니다. 이 기본 검색을 바꿀일은 거의 없지만 이해하면 KVC를 따르는 객체가 어떻게 동작하는지 알 수 있고 custom 객체에 KVC를 적용하는데 도움이 됩니다. !Note아래에 나오는 or 는 KVC프로토콜 메서드에 ..
https://forum.wordreference.com/threads/probable-possible-result.1772504/https://forum.wordreference.com/threads/likely-possible-feasible-probable.302288/https://forum.wordreference.com/threads/likely-possible-probable.292503/https://forum.wordreference.com/threads/its-possible-but-its-not-probable.1899982/https://forum.wordreference.com/threads/it-is-possible-that-vs-it-is-probable-that.1903270/