ios-samples/MediaNotes
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
MediaNotes Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
ScreenShots Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00
MediaNotes.sln Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00
ReadMe Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00

ReadMe

--MediaNotes--

This is a port of the WWDC2012 sample

MediaNotes illustrated how to implement a custom view controller container with a new application flow. It also shows how to avoid the keyboard and highlights the constraint based layout system is used with view controllers.

Description:

Prerequisite: Create a photoalbum by name "WWDC2012"
- MediaNotes open with No Photos view if there is no photoalbum
- LongPress on photos loaded from photo album, a textview with camera, share and
  edit options comes up
- Able to take and share pictures and edit comments.

Ported By:GouriKumari