I don't know what I did wrong. I'm trying to add a RSS feed to another page (There is one of the startup page and one for the page I am working on now) but I don't know why this error is occurring. I have already made sure that all my connections on the storyboard are correct but I still get this issue upon loading. If anyone could help, that could be great.
I am making the app for my school which will include a calendar. I am trying to use a RSS feed to fetch events from a WordPress site, like I am currently doing with the news page of the site. After adding new view controllers and navigation controllers and connecting them to each Swift file, the app crashes upon clicking on the page in the sidebar menu. Both pages (Calendar RSS and News RSS) have separate files also.
GitHub Link: https://github.com/TheLamp/WSDAPP
I fixed the issue by myself. After reading another post found here on Stack Overflow, I had too many assignings to my Table View which made it not work correctly.
Thanks for all the help everyone!