swift - Trying to create a slideshow of images -
i trying make slideshow of images folder don't know how load images folder in order , display them onscreen. using nstimer switch pictures works if know filename each image.
this program runs on mac. have tried nsfilemanager according other answers have found on stack overflow, couldn't them work. using nsimage load image onto view.
you not need yourself. apple created (and more) ikimage kit. (read docs that.) here short part of image kit programming guide
:
a slideshow popular way consumers view digital images. ikslideshow class , ikslideshowdatasource protocol provide easy way application support slideshows of images . . .
Comments
Post a Comment