Guest User

Untitled

a guest
Nov 24th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. section = image;
  2. value = ghwUT23Y;
  3.  
  4. if ([[explodedUrl firstObject] containsString:@"google.com"] && ![[explodedUrl firstObject] isEqualToString:@"https://google.com/"]) {
  5.  
  6. NSString *sectionString = [[[explodedUrl lastObject] componentsSeparatedByString:@"/"] firstObject];
  7. NSLog(@"redirectttttt: %@",sectionString);
  8. NSString *itemString = [[[explodedUrl lastObject] componentsSeparatedByString:@"/"] lastObject];
  9. NSLog(@"redirectttttt:2 %@",itemString);
Add Comment
Please, Sign In to add comment