English 中文(简体)
所需示范意见
原标题:Model view advice needed

长期以来,我一直 st着这个想法,而且我无法走到这个概念上。 我无法在我的头一页之外保留任何数据,我每次都向另一个观点提出看法,我失去在文字领域或所进口的任何图像上输入的所有数据。 这意味着,我在第1页上做了一切,因为只有一页,一旦数据离开,就会立即销毁数据。 当然,必须更方便地这样做......才能使某人在示范意见、阅读 Apple果文件方面看到真正的开端人指南的方向,并发现这根本无助,在这里读到,并og开,而且现在实际上已经放弃思想。

最佳回答

你在“主计长”一级储存你的数据。 如同“意见”一样,这些字眼过去和现在都不是长期储存数据的良好地方。 为了长期储存,你希望把数据降低到“Model”。 你们可以这样考虑三个层次。

  • The Model is the data (both volatile and permanent) and business rules.
  • The Controller is business rules, data interpretation to and from the view to the model, and user interaction management.
  • The View is for data output translation to meaningful information and user response interpretation.

主计长(书记长)只能掌握足够的数据来开展工作,而且不应认为拥有比必要的更长的数据。 因此,原始观点控制器是唯一能够保存数据的人。 它是“Root”观点控制器,没有被拆除,因为它是底层的观察控制器。 当你“粉碎”另一个控制器认为控制器是临时性的,因为它将“填满”后回去并分配交易。 考虑把你的数据(即使是根视控制器)保存在你可以获取的其他地方。 也许会出现在申请代表、核心数据或简单管理所需数据的习俗类别中。 确保你的模型和主计长的标语能够输入数据,而且你将拥有一致的数据。

问题回答

暂无回答




相关问题
Issue with compiling example code

I m trying to compile this sample code with XCode 4.2b, here s how my project looks like: Application type: Command Line Tool. When I m trying to build the project, I get the following list of errors:...

Storyboard Partial Cut remove

With the new xCode Storyboard function it is posible to switch the view with some prepared switch-modes like: Style: "Model" Transition: "Partial Cut" So I have tried to use the "Partial Cut", but ...

Xcode 4.2: What is the most effective method switching views?

I was thinking of games in particular, where there may be alot of views that need to be switched in and out. Could someone supply some sample xcode 4.2 code? Many tutorials have old xcode versions ...

热门标签