Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS - Implement iMessage-like scrolling effect

Tags:

ios

swift

Is it possible to achieve the scrolling effect like iMessage in iOS 8+ in any ordinary UITableView? preferable using Swift
cause it looks so cool...

like image 535
Mohsen Shakiba Avatar asked Jan 06 '23 16:01

Mohsen Shakiba


1 Answers

What you are looking for is UIKit Dynamics I was also interested on this some time ago and I refer this link to do it.

https://www.objc.io/issues/5-ios7/collection-views-and-uidynamics/

like image 161
RJE Avatar answered Jan 15 '23 22:01

RJE