jackal
jackal

Reputation: 1219

iPhone : initing plist field value with the value of another field

Is there a way to init the field in plist file with the value from another field.

Please dont suggest to modify the objective c code to read the value that I need, I use third party tool which does read from different fields ... I just want to init the value of one plist field with the value of the another field

Upvotes: 0

Views: 128

Answers (1)

Vitaly S.
Vitaly S.

Reputation: 2389

You can use PlistBuddy tool. If you need something more specific, please, restate your question.

Upvotes: 2

Related Questions