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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -