objective c - Why does a static library have a class with an init method? -
objective c - Why does a static library have a class with an init method? -
when create new shared ios library coreservices
there class created coreservices
has init
method.
does mean every library somehow instantiated through object? if not object for?
no isn't, that's template class that's created library. delete implementation file , utilize header public header library (i.e. import externally visible classes in header file).
objective-c ios xcode shared-libraries
Comments
Post a Comment