image downloader, reusable cells, UITableViewCell, UICollectionViewCell, documentation, README Using ImageDownloader library with reusable cells This is the second part of original post where I wrote about how I built an image downloader and caching library for images. (webp and gif excluding). However, there is one thing which
UITableViewCell, Gotchas, iOS, Swift, Constraints, UITableView UITableView Gotcha! Have you ever run into the scenario where you struggle for several hours, fail to recognize the problem, end up blaming the creator of framework but still get amazed at how it works
iOS, Demo, Xcode, Objective-C, UITableViewCell Change cell appearance on selection As an iOS developer you might have run into situations where you want to change the cell appearance when particular cell is selected. Naive approach to this would be (Which by the way
iOS, Objective-C, Xcode, Github, Demo, iOS8, Tips, Tricks, Tutorial, UITableViewCell, Height, Automatic Height UITableViewCell automatic height management We all know that iOS8 brought in really nice changes. Well, it be will be too long post to describe all of them. But I will talk about one of my most favorite
iOS, Swift, UITableView, UITableViewCell, Tutorial, Tips, Custom Custom Selected view for UITableViewCell How to make custom selected background view for UITableViewCell. Recently I came across interesting problem where we were supposed to show multiple choice question format in UITableView. When user selected a cell, the