Creating a Horizontal Scrolling Collection View Within a UITableView

A few months ago, I joined OrgSync as an iOS developer.
One of the things the developers there really encourage is sharing with the community. We’ve recently kicked off a developer blog here.
OrgSync Developer’s Blog
As part of that, I’m adding some iOS-specific posts about some of the interesting challenges we’ve looked into for our projects.
I recently looked into the idea of creating a horizontally scrolling view embedded inside a UITableView. Here’s a post about the solution I came up with using UICollectionViews.
Creating a Horizontal Scrolling Collection View Within a UITableView