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
koogawa
commented
Mar 23, 2014
//LINEがインスコされてないとき用に、こうするとよさそう。(@t_okada さんより)
NSURL *url = [NSURL URLWithString:@"line://msg/image/"];
if (![[UIApplication sharedApplication] canOpenURL:url]){
lineButton.hidden = YES;
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment