Passing data between classes using Objective-C

后端 未结 4 730
时光取名叫无心
时光取名叫无心 2020-12-18 13:01

I need some info about how to pass data between classes.. To be specific, I want to store in a class in an array some info, (using model store class), and then use it in ano

4条回答
  •  悲哀的现实
    2020-12-18 13:36

    I've posted some alternatives to the delegate pattern in Q&A What are alternatives to “delegates” for passing data between controllers?.

提交回复
热议问题