Takuji's iPhone App Development

Just started iPhone app development. This blog is about all kinds of things related to app development.

Objective-C

【Objective-C】How to make .plist files and how to read them

I was thinking about how to read spawn data of enemies from my app, BeeCluster. It is possible to hard-code the data, but it would be better to read it from an external file, such as .plist files. So, I googled about .plist files and here'…