url = [NSURL URLWithString:@"https://mobile.twitter.com/Ra1nPix"]; | url = [NSURL URLWithString:@"https://mobile.twitter.com/Ra1nPix"]; | ||||
} | } | ||||
[[UIApplication sharedApplication] openURL:url]; | |||||
[[UIApplication sharedApplication] openURL:url options:@{} completionHandler:nil]; | |||||
} | } | ||||
-(void)saveTapped { | -(void)saveTapped { |