Last active
August 29, 2015 13:57
-
-
Save osmszk/9718995 to your computer and use it in GitHub Desktop.
How to share image via LINE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
//LINEがインスコされてないとき用に、こうするとよさそう。(@t_okada さんより)
NSURL *url = [NSURL URLWithString:@"line://msg/image/"];
if (![[UIApplication sharedApplication] canOpenURL:url]){
lineButton.hidden = YES;
}