Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mikezang

macrumors 6502a
Original poster
May 22, 2010
939
41
Tokyo, Japan
I want to use all functions of titles In my all apps, so that I want to make a class to collect them, is it simple to do? does anyone had created it?
Please give some suggestion.
 
Well once you add the FaceBook library to your project, you could make a helper class that you can call on inside your app so you can keep the code throughout your app to a minimum...

something like this for usability

Code:
NSString *message = @"Something to post."

[myHelperClass postMessageToFacebook:message];

ShareKit use to be good but its horribly outdated now -_-
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.