N
N
novembrz2020-08-11 12:54:00
iOS
novembrz, 2020-08-11 12:54:00

How to transfer data from the third screen to the first?

There are three screens, the first has a transition to the second, the second to the third. The first screen has a Label, and the third has a Text Field. How to transfer data from the third screen to the first without breaking the transition logic?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
one pavel, 2020-08-11
@onepavel

1 forward the delegate from the first screen to the third one
2 using a static variable
3 use NSNotificationCenter
4 use third party eventBus solutions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question