Mikael491 / Inbox

Chat app created from scratch in swift, utilizing CoreData for storing message data and syncing to Firebase.
4 stars 1 forks source link

Managing multiple contexts #7

Closed Mikael491 closed 7 years ago

Mikael491 commented 7 years ago

added functionality for saving to temporary context when new chats are initiated to avoid redundancy from possibility of closing chat without sending message when initiated. Functionality handles temporary context by communicating with parent context to save data if needed