Quantcast
Channel: tableView RSS feed Swift 2.0 - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Måns Larsson for tableView RSS feed Swift 2.0

Turns out I hadn't add the UITableViewDataSource protocol to the class (stupid me).Should have been:class SecondViewController: UIViewController, NSXMLParserDelegate, UITableViewDataSource {My...

View Article



tableView RSS feed Swift 2.0

I'm trying to create a rss-feed app with a UITableView to show the RSS-content(title and description). The NSXMLparser works fine, it can get all the information from the website. However I seem to...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images