IGListKit/IGListKit.xcodeproj
Maxime Ollivier 636f6b5a3d create global IGListAdapterDelegateAnnouncer
Summary:
In a few cases, we need to listen to all `IGListAdapter` events. We bend over backwards to detect adapters and swap their delegate with a proxy objects. Lets make things simpler and build it right into `IGListKit` by allowing global announcers, starting with `IGListAdapterDelegate`, but we could expand to the others if we like this.

Generally, we want to avoid anything global, but given the complexity of the alternative, this feels like the better tradeoff.

Differential Revision: D64042609

fbshipit-source-id: 0ca6bada27e640fee5a231148427be41994e4d43
2024-10-09 11:38:29 -07:00
..
project.xcworkspace use cocoapods cdn (#1386) 2019-11-20 09:24:48 -08:00
xcshareddata/xcschemes Update iOS deployment target to silence Xcode 15 warnings (#1589) 2023-10-11 21:26:38 -07:00
project.pbxproj create global IGListAdapterDelegateAnnouncer 2024-10-09 11:38:29 -07:00