Been working on this problem for forever now. Trying to get my name and date to show up on my cell in the viewWillDisappear method.
2
0
2
0
0
Download Video
@audreycode I would use delegation. The cell should set itself as the delegate of your editor VC. As that VC is disappearing it should send a message to the delegate to update. In that method you can update the label on your cell. 🍻 appcoda.com/swift-delegate/