Am I the only one, or does everybody find the terminology of the WatchUi.PickerFactory and, I would say in many other places in MC, really quite counterintuitive?
For example it seems to me that the function getSize() which we have to code, is described as "Get the number of items in the PickerFactory". But doesn't it actually set the number of items in the PickerFactory?
So shouldn't it be named setSize(), and described as "Set the number of items in the PickerFactory"?
Since so little is explained in the docs, and the examples are frequently obscure and poorly documented, it's taken me 1/2 dat to get to the bottom of this otherwise very useful feature.