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

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -