Skip to content

This is a date picker that conforms to the new iOS7 design guidelines.

Notifications You must be signed in to change notification settings

RothA/Xamarin-iOS7-DatePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin iOS7 Date Picker

Overview

This is date picker control that conforms to the new iOS7 design guidelines. "iOS 7 apps tend to embed date pickers within the content instead of displaying them in a different view. For example, Calendar dynamically expands a table row to let users specify a time without leaving the event-creation view." (https://developer.apple.com/library/ios/documentation/userexperience/conceptual/transitionguide/Controls.html)

NOTE: Ensure that you set "Root.UnevenRows = true;" in the constructor of your DialogViewController that uses this control (or any OwnerDrawnElement) in order for the CustomDateElement.Height() function to be called.

Screenshots of Sample Application

DatePicker (Collapsed)

DatePicker Collapsed

DatePicker (Exapanded in Edit Mode)

DatePicker Expanded

About

This is a date picker that conforms to the new iOS7 design guidelines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages