Quantcast
Channel: How to add a search bar and search display to an rss feed in a uitableview - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by D.T for How to add a search bar and search display to an rss feed...

If you are trying to search for both title and summary, can you try this in your UISearchBarDelegate method- (void)searchBar:(UISearchBar *)searchBartextDidChange:(NSString *)searchText{ if...

View Article



How to add a search bar and search display to an rss feed in a uitableview

I created an RSS reader that parses from a .xml file. The numberOfRowsInSection and cellForRowAtIndexPath look like this: - (NSInteger)tableView:(UITableView *)tableView...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images