is there a Video for writing to plist in iOS?

丶灬走出姿态 提交于 2019-12-25 02:42:05

问题


I'm not saying I'm lazy (I am), but I want to read what is in the plist, and then when the user does something, to append that info to the existing plist, and write it back, so that info is not lost.

Now that's the type of thing I would think there'd be a video on.

Thus, my question is twofold:

a) Where's a good video (iTunes, Standford Univ, iOS App Pgming Guide) on writing to a plist using file handlers ?(gulp) b) how can I do a search and restrict the media to videos (so I can find videos on these subjects in the future)? I'm especially looking for how to handle the notorious first time, and how to make sure I don't overwrite good data by wrongly thinking it's empty.


回答1:


There are plenty of such tutorials on YouTube. Have a look at this one: iPhone Programming - Reading/Writing .plist Files



来源:https://stackoverflow.com/questions/8732405/is-there-a-video-for-writing-to-plist-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!