UITableViewDatasource

Loading 1 or 3 images from server side into UITableView might not be a very challenging task. But when it comes to loading 50 or 100 images into a table view or collection view then things start becoming a little more complex. Especially when  user starts scrolling table view up and down very quickly.  When we…

Read More Display Large Collection of Images in UITableView with SDWebImage

It’s been several month now since I have published my video course on Udemy about “How to create user Sign in, Sign up, Password reset, Email verification, Push notifications and other vital for our mobile app features with Swift and Parse“. Since then I have received so many messages from students who took the course as well…

Read More Loading user data from another custom Class in Parse with Swift