The profiles get pulled in from a server but I don't know how to implement this. Had been thinking about a dynamic table view, but I don't know if you can draw cells like that. The pictures have to be clickable.
Does anyone Know how to implement this design (in swift)?
72 views Asked by Andres Vlaeminck At
3
There are 3 answers
0
On
UICollectionView
is probably what you're looking for (to display like on your screen capture : sections / items).
UICollectionView Class Reference : https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionView_class/
It's similar as working with UITableView. Still, you might want to read some tutorials about it.
Add A
UICollectionView
to your screen. In the collection view cell, place a image view, then use this code to create the blue border and circle image...