草庐IT

twitterURL

全部标签

objective-c - 使用哈希标签搜索打开 native Twitter 应用程序

在iOS5上,我试图打开一个带有动态主题标签搜索词的本地Twitter应用程序。我试过:-(void)openForHashTag:(NSString*)hashTag{UIApplication*app=[UIApplicationsharedApplication];NSURL*twitterURL=[NSURLURLWithString:[NSStringstringWithFormat:@"twitter://search?q=%@",hashTag]];DLog(@"HashtagURL:%@",twitterURL);if([appcanOpenURL:twitterURL