views:

81

answers:

2

This is my first stab at creating two targets within one project for iPhone and iPad.

My question is, if I save an array to NSUserDefaults, and the iPhone syncs with iTunes, and then I sync the iPad, will the iPad version have access to the array synced to it?

+2  A: 

You either have a universal binary or you have two different targets.

As syncing is concerned, I think it syncs each device differently - even two iPhones should get separate defaults.

Eiko
A: 
tc.