Results 3 issues of cash

In Mediator case, just have the MessageMediator broadcast the message to all Programmers. But In GOF, mediator structure like below: ![521bcedd-4c0b-4d63-8d51-ecb1f38b16e1](https://user-images.githubusercontent.com/12228306/144394083-a29fc992-b603-4caf-9c1b-9730fe09c8cb.png) Apparently, programmers need to communicate with each other, so...

`KVO支持实例变量` 不应该是`KVC支持实例变量`吗?KVO只支持属性

Why the [L658-L663](https://github.com/Instagram/IGListKit/blob/master/Source/IGListAdapter.m#L658-L663) in IGListAdapter.m can't coding the following: ``` [self _updateBackgroundViewShouldHide:![self _itemCountIsZero]]; ```

question