• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Making plist more readable.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Making plist more readable.


  • Subject: Making plist more readable.
  • From: Youngjin Kim <email@hidden>
  • Date: Fri, 13 Jul 2001 08:45:20 +0900

Is it possible to use predefined constants like this?

Instead,

<dict>
<key>account_type</key>
<integer>1001</integer>
...
</dict>


<dict>
<key>account_type</key>
<integer>CHECKING</integer>
...
</dict>



Youngjin


  • Prev by Date: Re: Look And Feel (Guidelines
  • Next by Date: wrapping text in cells of an NSTableView
  • Previous by thread: Re: Why doesn't this code produce a PDF?
  • Next by thread: wrapping text in cells of an NSTableView
  • Index(es):
    • Date
    • Thread