PinnedVinay HosamaneMagic of Diffable Tableview DatasourceIt was in WWDC 2019, apple decided to improve UI datasources. That day, developers got introduced to new diffable datasource api for…May 15, 2021May 15, 2021
Vinay HosamaneUnit testing private properties in SwiftWe all need to unit test our code before we ship that into the production environment. Almost every iOS developer writes unit tests for…Dec 25, 20211Dec 25, 20211
Vinay HosamaneSwift functions with variadic parametersRecently I came across this variadic parameters in swift methods. For one moment I thought it may be similar to spread operator in ts or…Jun 19, 2021Jun 19, 2021