I have a small tile image url (50x50) that I want to set for SDAnimatedImageView
that occupies full screen. Is it possible to make my source tile image repeat within SDAnimatedImageView
in vertical and horizontal axis so it occupies all space? Thus far closest I got to is using contentMode
on SDAnimatedImageView
to stretch this tile image, but that looks completely off.
Thus far I am not doing anything crazy, just [self sd_setImageWithURL:url];
where self is SDAnimatedImageView