Well… this should be obvious, but what does “dequeueReusableCellWithIdentifier” mean? More or less it means each cell can be REUSABLE. Yesterday I was working on new Track My […]
iOS
Posted on:
Tutorial: Custom UITable section header using Interface Builder
I saw a lot of tutorials about custom header/footer, or even custom section header, but they were creating controls programatically, in this tutorial I want to show how […]
iOS
Posted on:
Quick tip: UITableView – search when user stops typing
In some cases, when you are using UITableView with UISearchBar you don’t want to filter you view immediately – f.e. when you’re fetching result from remote source, to […]