iphone - Are plists the best way to store multiple in-app preferences for my iOS app? -


i'm diving ios development , building game has multiple game types. when user selects game type want play, presented game configuration screen can adjust options how game play. since there 2 different game types, there 2 different configuration screens. limited knowledge on ios programming, planning use 2 separate plists present options , store settings. suggest better way this?

thanks in advance help!

if it's actual application preference, can use nsuserdefaults save information standard defaults. way don't have mess files.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -