I found a project on GitHub and am trying to implement it in my Swift project. I am stuck on the syntax of the following line:
YALFoldingTabBarController *tabBarController = (YALFoldingTabBarController *) self.window.rootViewController;
I cannot figure out how to initialize this line in the AppDelegate. Any help and explanation into what this line means would be appreciated. The project can be found here.
That code should translate to something like
Hope that helps :)