ARChromeActivity
ARChromeActivity copied to clipboard
A UIActivity subclass for opening URLs in Google Chrome.
Translate title to spanish, maybe localizable strings
Uses Google's recommended URL scheme code from https://developer.chrome.com/multidevice/ios/links Fixes https://github.com/alextrob/ARChromeActivity/issues/20
In ARChromeActivity.m ``` - (BOOL)canPerformWithActivityItems:(NSArray *)activityItems { if (_callbackURL && ![[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"googlechrome-x-callback://"]]) { return NO; } for (id item in activityItems){ if ([item isKindOfClass:NSURL.class]){ NSURL *url = (NSURL...
It's helpful for carthage support. I did for myself - https://github.com/morizotter/ARChromeActivity/tree/morizotter/carthage-compatible . But I changed directory structures and some codes. So, I didn't send pr.
I can suggest to use "@"!_'\"();:@&=+$,/?%#[]% " instead of "@"!_'();:@&=+$,/?%#[]" in encodeByAddingPercentEscapes methos