ios-samples/PokerNightVoting
Prashant Cholachagudda 2b25d3b0d0 Pull from upstream 2015-01-19 20:39:40 +05:30
..
Resources [PokerNightVoting]Updating for ios7, adding metadata.xml 2013-10-29 16:51:55 +00:00
Screenshots [PokerNightVoting]Updating for ios7, adding metadata.xml 2013-10-29 16:51:55 +00:00
AppDelegate.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Info.plist [PokerNightVoting]Updating for ios7, adding metadata.xml 2013-10-29 16:51:55 +00:00
MainStoryboard_iPad.storyboard Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00
MainStoryboard_iPhone.storyboard Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
PNVModel.cs Pull from upstream 2015-01-19 20:39:40 +05:30
PokerNightVoting.csproj Pull from upstream 2015-01-19 20:39:40 +05:30
PokerNightVoting.sln Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00
PokerNightVotingViewController.cs Pull from upstream 2015-01-19 20:39:40 +05:30
PokerNightVotingViewController.designer.cs Pull from upstream 2015-01-19 20:39:40 +05:30
README.md Added known Apple bug to README, addresses bug #14637 2014-01-20 16:48:13 -05:00

README.md

Poker Night Voting

This is a port of the WWDC2012 application of the same name

This sample application utilizes the EventKit API to allow a user to create events at specific times. Users can suggest times for a poker night with friends, view times suggested by others, and vote on which time is the most convenient.

Note: You may get an error when deleting an event with the message "CADObjectGetRelatedObjects failed with error Error Domain=NSMachErrorDomain Code=268435459 "The operation couldnt be completed. (Mach error 268435459 - (ipc/send) invalid destination port)". This is a known Apple bug that does not interfere with the running of the sample.

Ported by: Peter Collins