Re: [iOS] Sub Class MKPlacemark - Identifying each Placemark

2010-09-11 Thread banane
admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/banane%40gmail.com This email sent to ban...@gmail.com

Re: A/B testing

2010-09-09 Thread banane
Sorry Mark, didn't know the thread info was still attached, if I changed the subject. Right- I don't want automated testing, but to release a version A of the app, and a Version B, and see which one performs better. This post (http://www.markj.net/ab-testing-iphone-app-names-360idev/) advises

Re: GKPeerPickerController: can't connect from the simulator?

2010-08-03 Thread banane
Right, you can't do that from the simulator, you have to do it from a device. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at

Re: GKPeerPickerController: can't connect from the simulator?

2010-08-03 Thread banane
If you want another sample, we have a working GK simple networking app up- at http://code.google.com/p/ipad-gk-2010-dice/ We also used the tank demo, but simplified it quite a bit. Anna On Tue, Aug 3, 2010 at 12:17 PM, banane ban...@gmail.com wrote: Right, you can't do that from the simulator

Re: GKPeerPickerController: can't connect from the simulator?

2010-08-03 Thread banane
I'll check out SessionManager, thanks! We got this project going at iPadDevCamp. There were about 5 GK teams, and we were all struggling with the callbacks. Now, the documentation seems obvious, but at the time it was frustrating. I also have a blog post about it:

Re: iPhone/iPad: Desktop wallpaper can't be set.

2010-05-19 Thread banane
I too would really hate this feature, as a user. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Re: Simple question

2010-04-22 Thread banane
This is an interesting exercise! I would extract the values of the fields, manipulate them, then assign the contents of Field4 with the answer: int val1 = [managedObject valueForKey:@key1] // etc. for each user entry field1-3 int val4 = val1 + etc. // equation with final assignment to value4

Re: UIImageView animationImages problem

2010-03-10 Thread banane
) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/banane%40gmail.com This email sent to ban...@gmail.com