Using blocks to pass data back to view controller

后端 未结 4 534
没有蜡笔的小新
没有蜡笔的小新 2021-01-06 11:20

I was looking at this question.

One of the answers shows how to use blocks to pass data backwards view the prepareForSegue method. My understanding is t

4条回答
  •  难免孤独
    2021-01-06 11:52

    Yes methods can send data forward as well as backwards for that you can use Blocks or Delegates For more info about blocks in ios use this link CLICK HERE

    Hope it will help you, thnx

提交回复
热议问题