Search code examples
xcodeplist

Change item order in plist file


I want to change order in plist file not programmatically but from xcode. Is there a way in Xcode where i can sort by value? I simply want to arrange it for myself. For now if i want add new item it will always goes to tail.

Like here

How to sort it ? To 100 value go to the top?


Solution

  • Your can edit a plist file with an text editor. Right click on plist file -> open as -> source code.

    and i think you have to put you strings in an Array