Is there any data binding mechanism available for iOS?

前端 未结 8 1267
执念已碎
执念已碎 2020-12-09 03:36

In .NET I just do something like DataForm.Source = Object and then magic happens. Platform routes data changes from ui fileds to object properties, does validation and so on

8条回答
  •  半阙折子戏
    2020-12-09 04:03

    Don't forget NSFetchedResultsController.

    Not a full blown data bound controller, but makes table views a lot easier to use with Core Data.

提交回复
热议问题