I have a UIImageView, now I want to repeat this image that it always appears again when scrolling left or right.
A small example:
Is it possible? it should feel like an endless cycle
The word "infinite" obviously excludes a UISCrollViewor CATiledLayer.
UISCrollView
CATiledLayer
, - UIImageView, ( ), , / UIImageView, , . UIImageView , /.
UIImageView
, " ":
UIView * backgroundView = [[[UIView alloc] initWithFrame:frame] autorelease]; backgroundView.backgroundColor = [UIColor colorWithPatternImage:repeatingImage];
, , , "", .
Source: https://habr.com/ru/post/1766017/More articles:How do you maintain the sidebar content of each page in Zotonic? - erlangLINQ 2 SQL query does not work with function call - c #Reduce XML extraction gaps - sql-serverJSF Life Cycle with Example - jsfКак объединить Regexp и ключевые слова в комбинаторах парсера Scala - scalarvm, irb and require - do not work for installed stones under irb - ruby | fooobar.comCan I instruct gdb to run commands in response to SIGTRAP? - debuggingWhere and how to perform custom validation on models? - ruby | fooobar.comGrails: loading data on one ComboBox depending on another - grailsHow can I stop Perl Mail :: Box :: Manager from deleting directories? - perlAll Articles