Melvin John·Feb 20, 2021@State property in SwiftUIIt’s simply a property wrapper used by SwiftUI to managed its view’s appearance or “state”.
Melvin John·Apr 4, 2020Escaping Closures in SwiftIn this article i hope to explain why we may use the @escaping attribute and explain the difference between the default @noescape.
Melvin John·Mar 29, 2020ARC ExplainedARC, also know as Automatic Reference Counting, used to manage your app’s memory by keeping counts of all the allocated class instances…
Melvin John·Jul 26, 2019Network Request With Swift CombineHi everyone, its been a little while since i blogged here but better late than never.A response icon1A response icon1
Melvin John·Sep 15, 2018Resource Bundles & Static Library in iOSHow does one use resources such as Images, Xibs and Storyboards in static libs. By default this is easy to achieve in dynamic libs however…A response icon6A response icon6
Melvin John·Jul 14, 2018Custom Xcode Template for Static Library in iOSIf you used Xcode then its certain that you come across and used templates for your projects. These can be file or project type templates…A response icon3A response icon3
Melvin John·Jun 29, 2018Swift 4.2: Enumerable EnumIn this article I hope to explain how one can use the new CaseIterable Protocol to enumerate through all cases in your enum and explain…A response icon1A response icon1
Melvin John·Jun 3, 2018Managing Sync and Async Tasks in iOSIf you worked on an iOS app you may have come across asynchronous tasks such as API requests, image process, data download etc. If so then…A response icon2A response icon2
Melvin John·May 6, 2018Core ML: IntroductionApple introduced Core ML back in June during the WWDC 2017 conference as a means to integrate machine learning into applications we love…A response icon1A response icon1