by Wan Lutfi | Nov 16, 2022 | Collection View, Uncategorized
UICollectionView compositional layout is a powerful feature in iOS development. You can create various complex layouts, but it is quite complicated to use. It is because the syntax is quite hard to remember, it takes some time for initial setup and it is difficult to...
by Wan Lutfi | Jun 23, 2022 | Uncategorized
In this blog post, we are recreating a screen from Fabuous app using LayoutCode, as shown below. Left: Screenshot from the app, Right: Screenshot from LayoutCode project We are not recreating the design be 100% exact, but this post is to show how the design can be...
by Wan Lutfi | Jun 20, 2022 | Uncategorized
This is the first post in this blog. I’ll explain what type of UI can LayoutCode create and how it benefits iOS app development. How to create UI for iOS Development. For native iOS development, you can use Swift, SwiftUI or objective c languages to create...