Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to recreate a Pulse-like UI?

I was wondering how to make image display through a table like the application Pulse on iPhone. I used UIScrollView but it did not help much. It only displayed images in a nice array-like manner but you could not produce an event or click on the image.

What's the best way to produce a Pulse like application for displaying images and heading information in an array-like style?

like image 821
DasBoot Avatar asked Feb 24 '23 08:02

DasBoot


1 Answers

use Ray Wenderlich tutorial about THIS topic

tutorial

like image 84
Mohamed DiaaEldin Avatar answered Feb 26 '23 22:02

Mohamed DiaaEldin