Skip to content

Latest commit

 

History

History
executable file
·
35 lines (18 loc) · 379 Bytes

README.md

File metadata and controls

executable file
·
35 lines (18 loc) · 379 Bytes

Theme

【Demo】workSpace多工程管理


Conetnt

(一)配置

1.WorkSpace配置

2.主程序项目配置


(二)多工程事件传递

1.上层调用下层:主项目调用Lib

头文件引用后,直接调用

2.下层调用上层:Lib事件交由主项目

Delegate

Notification


待补充

Lib事件交由主项目