Create Your Own Circle There are many different library out there that could solve your problem of getting you either a full circle, half circle or…
Everything you need to know about building a better iOS app
Create Your Own Circle There are many different library out there that could solve your problem of getting you either a full circle, half circle or…
SF Symbols is a Mac app that contains over 2,400 icons as of 2021 to be used in your own iOS project. I believe the…
If you love extension, this is probably for you. If you don’t, please let me change your mind. Why Do I Need Extension? You need…
There isn’t a full segmented control view where you could scroll the entire view from one segment to another segment which is a bummer and…
The Model-View-Controller (MVC) is a design pattern that separates objects into three distinct types mainly made up of models, views and controllers. Each of them…
Animation on SwiftUI is a lot easier to achieve than UIKit with so much more support provided by Apple. I wonder if this will be…
In the recent WWDC 2020, Apple introduced an additional style for TabView called PageTabViewStyle. This is equivalent to Horizontal Paging Scroll which is commonly used…
In the recent WWDC 2020, Apple introduced ColorPicker where you will be able to let user pick a color. This will probably be very useful if…
In the recent WWDC 2020, Apple introduced VideoPlayer where you will be able to play videos either through a local videos or URL. However, you won’t…
In the recent WWDC 2020, Apple introduced SKOverlay where you could recommend other apps to users and allow them to download the app immediately. Do note…