S
S
silvansky2011-09-16 18:41:22
iOS
silvansky, 2011-09-16 18:41:22

Selecting an image from a table in iOS?

Good afternoon! I have repeatedly seen programs for iOS that display a table with pictures (a la Photos in an iPhone). The standard UITableView does not do this - only one column. There is an option to make a table out of it (by drawing several pictures in one Cell) - but something tells me that there should be a more adequate method. Maybe someone will tell? Googling didn't help much...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
k_sashka, 2011-09-16
@silvansky

github.com/AlanQuatermain/AQGridView

L
Limosha, 2011-09-16
@Limosha

In fact, using UITableView for this is normal practice. In this case, he will take on the issues of working with memory. If you write something that inherits or uses UIScrollView, it seems to me that there will be more problems.
You can search iosframeworks.com for something to display a table with pictures.

A
Alexey Storozhev, 2013-12-24
@storoj

Why not UICollectionView?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question