Possible Duplicate:
How to build an Objective-C static library?
I'm creating a category of UIWebView
and I want to make that category as a static library because I don't want to share that particular code. So is it possible? If yes then how or are there any other ways then please suggest that. Any help is appreciable.