Skip to content

Instantly share code, notes, and snippets.

@r-plus
Created November 14, 2012 14:27
Show Gist options
  • Save r-plus/4072402 to your computer and use it in GitHub Desktop.
Save r-plus/4072402 to your computer and use it in GitHub Desktop.
libinstabanner header file
@interface InstaBanner : NSObject
// Must necessary argument: bundleidentifier
// If title is nil, automatically set to displayName of bundleidentifier.
+ (void)showBannerWithBundleIdentifier:(NSString *)bundleidentifier title:(NSString *)title message:(NSString *)message;
@end
// Usage
// [InstaBanner showBannerWithBundleIdentifier:[NSBundle mainBundle].bundleIdentifier title:nil message:@"test"];
@kar-fai
Copy link

kar-fai commented Dec 31, 2015

Thank for you great work!

Anyway, I have some problem, due to my poor programming background, I do not know how to run this file. For example, how to call it in terminal (step by step)? I need your guidance badly. :(
Thanks.

[Note: I read your blog (of course I use google translate), but I still not able to understand.]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment