Sujal ShresthaCoding buddiesWhen I started learning iOS development, I started it alone — watching YouTube videos, stack overflow, some paid courses. I was the only…Sep 20, 20211Sep 20, 20211
Sujal ShresthaForm validation made easy — iOSLet’s be honest, every project we work in has at-least one form- be it a login form, sign up and many more. It is crucial for us to…Dec 13, 2020Dec 13, 2020
Sujal ShresthaFonts made easy in iOS — SwiftWe all use custom fonts in our application. It’s really helpful if you use an extension to easily use fonts throughout your app. Here’s an…Aug 12, 2020Aug 12, 2020
Sujal ShresthaUserDefaults Helper Class — An Easy way to use UserDefaultsAs an iOS developer, we all have dealt with UserDefaults. It’s a great tool for local persistence. Here is a simple example of…Oct 2, 2019Oct 2, 2019
Sujal ShresthaVertical and Horizontal Scroll Design using TableView and CollectionView (Container and Child…We can see many apps which have vertical as well horizontal scroll design layout. It’s not a difficult design to code. There are different…Sep 23, 2018Sep 23, 2018
Sujal ShresthaAuto Layout extension in Swift (Programmatically)There are lot of ways you can use auto layout anchors in Swift. If you’re using Storyboard, you can anchor your constraints directly from…Sep 21, 2018Sep 21, 2018