You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
We are using App controller to manage the showing and hiding of our View Controllers. The Table View has a button for making a new post which should be calling out to the App Coordinator to decide what to do. (it might be that the user is browsing without an account and should not be able to post)
We are using App controller to manage the showing and hiding of our View Controllers. The Table View has a button for making a new post which should be calling out to the App Coordinator to decide what to do. (it might be that the user is browsing without an account and should not be able to post)
Here is a link to the relevant section of code.
https://github.com/iOS-Connect/parse-twitter-with-push/blob/master/Parse-Twitter/Parse-Twitter/ChatTableViewController.swift#L40