Currently, I am working on an app that features a table view with custom cells representing single items or grouped items. You can expand the group cells (to see their content) by selecting them. There are multiple ways to … Read the rest
Tag: animations
Currently I work on a side project that uses a lot of UITableViews
for all the different settings within the app. Whenever you change the the datasource of your tableview you need to update it. Here I want to show … Read the rest