We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SKSharedHelper is a class with a few static methods to simplify link opening.
SKSharedHelper
Currently can open Twitter, GitHub, and Email links. GitHub checks for the iOctocat application and will open that if it exists.
+(void) openTwitter:(NSString*)userName; +(void) openGitHub:(NSString*)userName; +(void) openEmail:(NSString*)to subject:(NSString*)subject;
There was an error while loading. Please reload this page.