Answer the question
In order to leave comments, you need to log in
How to create a dynamic UIImageView in Swift 3?
Hello! There is an array of images stored in Core Data, each object has its own number of images, how to create a dynamic number of UIImageView for each image? For example, there is some text and under it I will display my number of any images.
Answer the question
In order to leave comments, you need to log in
There was such a task, first you type this block on the grid:
<div class="col-lg-5">
<div class="redBlock">
<p>Lorem Ipsum</p>
</div>
</div>
.redBlock{
background: red;
color: white;
padding: 20px;
font: ...;
}
<div class="col-lg-5">
<div class="redBlock">
<p>Lorem Ipsum</p>
</div>
<div class="fakeBlock"></div>
</div>
body{ overflow-x: hidden }
.redBlock{
background: red;
color: white;
padding: 20px;
font: ...;
}
.fakeBlock{
top: 0;
left: 0;
height: 100%;
width: 99999px; // Тут кароч это все дело съедет к аллаху на 9999 пикселей и растянетсякак тебе надо без полосы прокрутки
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question