datePicker and iOS
application dateselectortestimport mobl::ui::generic
import mobl::ui::generic::datepickerscreen root() {
var date = now()header("dateselectortest") group { item { datePicker(date) } }
}
Looking at the standard library there is a custom version of it for iOS, but when compiling this small app it only generates the generic one.
Submitted by Terje Pedersen on 21 July 2011 at 08:27
Log in to post comments