ios - Set to public an implementation file (.m or .mm) inside framework -
the same way header file can set public in target membership when creating framework, possible same thing implementation file? know it's not normal thing do: leaving implementation file public within framework. accelerate development process lot debugging.
is possible?
if you're using objective-c, methods in implementation file private default. have no other choice expose these methods in public interface in header.


Comments
Post a Comment