ios - Access control while developing framework for third party -
my team developing ios framework third party companies using swift. in order adapt swift pattern, decided using simple naming class , encapsulate them several modules (in case, frameworks).however, these frameworks accessed third parties not expect
my question how prevent or there did wrongly?
for example, module(framework) a, want expose third party, have dependency on module(framework) b, not want third part see b.
fyi, make b static not correct way because third party can still import b after linking a.
Comments
Post a Comment