I see ZnClient >> downloadTo:
calls��
ZnClient >>
downloadEntityTo:
which uses #withProgressDo:��
which indicates a progress bar might appear.
But...
�� �� ZnClient new��
�� �� �� �� downloadTo: FileLocator imageDirectory.
doesn't show a progress bar.�� What is the recommended way to display one?
cheers -ben