iphone_size

Element Taille (en points) Fenêtre (barre de statut incluse) 320 x 480 pts Barre de Statut (Comment la cacher) 20 pts Vue à l’intérieur de la fenêtre (barre de statut visible) 320 x 460 pts Navigation Bar 44 pts Image des barres jusqu’à 20 x 20 pts (transparent PNG) Tab Bar 49 pts icône de [Lire la suite...]

Share

Voici un exemple de Plist que j’utilise pour trier mes données : <?xml version= »1.0″ encoding= »UTF-8″?> <!DOCTYPE plist PUBLIC « -//Apple//DTD PLIST 1.0//EN » « http://www.apple.com/DTDs/PropertyList-1.0.dtd »> <plist version= »1.0″> <array> <dict> <key>Prenom</key> <string>Jean</string> <key>Nom</key> <string>Dupont</string> <key>Age</key> <string>32</string> </dict> <dict> <key>Prenom</key> <string>Alex</string> <key>Nom</key> <string>Polski</string> <key>Age</key> <string>23</string> </dict> </array> </plist> Rien ne m’empêche de rajouter à l’intérieur de chaque dictionnaire, un array [Lire la suite...]

Share
© 2010 Samuel Goutenoir Suffusion theme by Sayontan Sinha