migueldeicaza / MonoTouch.Dialog

Tools to simplify creating dialogs with the user using MonoTouch
MIT License
430 stars 211 forks source link

Fix FloatElement #217

Closed timrisi closed 10 years ago

timrisi commented 10 years ago

Base width of slider on cell width instead of hard coding so it works on iPad Fix Y coordinate of the Frame on iOS 7 so it is vertically centered correctly Add a FloatElement (float value) constructor Fixes Issue #171