PinnedPublished inHungerStationPluggable Domain Component in iOSIn mobile apps, sometimes screens are considered the real estate of the software we are developing, where each screen or group of screens…Jan 17, 20231Jan 17, 20231
PinnedFigure 31SwiftUI Part 2 (DataFlow in SwiftUI — 1 )As shown in Figure 1 , we have Text stlyle rendering is based on some condition if selected == true we will make the background color of…Jun 18, 2021Jun 18, 2021
Swift New Concurrency Framework (Part 4) TaskIt is recommend to see part3 before continue thisFeb 12Feb 12
Flutter Course — Message Communication between Flutter and iOS Native CodeBefore start to this blog , it is required you read this blog as wellDec 15, 2022Dec 15, 2022
Flutter Course — Use Flutter in Existing iOS ProjectFlutter is an open-source UI software development kit created by Google. It is used to develop cross-platform applications for Android…Dec 11, 20221Dec 11, 20221
Swift New Concurrency Framework (Part 3)It is mandatory to read part2 before continue thisMay 12, 2022May 12, 2022
DS & Algorithm (Linked List)A linked list is a collection of values arranged in a linear unidirectional sequence. A linked list has several theoretical advantages over…May 11, 2022May 11, 2022
Swift New Concurrency Framework (Part 2)It is mandatory to read part1 before continue this , OR if you have idea how async/await basic implementationMay 10, 2022May 10, 2022
UITableView Diffable DataSource Part 1At WWDC 2019 Apple announced a couple of really cool features for table views and collection views. One of these cool features comes in the…Apr 2, 2022Apr 2, 2022
UICollection Compositional Layout Part 4 DataSourceAs shown in Figure 1 data sources today, in UITableView and CollectionViews? So here we see an example implementation of the…Sep 24, 2021Sep 24, 2021
UICollection Compositional Layout Part 3In previous part we covered the advanced topic of compositional layout . In this part we will be working with supplementary view . Now…Aug 20, 20212Aug 20, 20212
UICollection Compositional Layout Part 2In previous part we covered the basic of compositional layout . In this part we will see more advanced topic ofAug 18, 20211Aug 18, 20211
UICollection Compositional Layout Part 1Apple introduced Collection View in iOS 6, In previous blogs we created layout using ios 6 API. In iOS 13 , they are supercharged with the…Aug 18, 20212Aug 18, 20212
UIKit Animation Part 3 (ViewController Custom Transition)In this part we will see how we can create custom Modal View controller transition animationMay 3, 20212May 3, 20212
Swift Package Manager(SPM) Part 3It is mandatory to see previous part, otherwise you don’t get anything. In previous part we create swift package and used it in other app…Feb 20, 2021Feb 20, 2021
Swift Package Manager(SPM) Part 2In this blog we will see how we can create our own swift package and published it as private and how can we use it on some other projectFeb 19, 2021Feb 19, 2021