Author: Lead by code
Sep 11, 2022 iOS
Show progress of the task using SwiftUI ProgressView
Many of our programmes perform intensive background tasks like data processing or networking. We often wish to show the status of the task in progress or an activity indicator. This week, we'll discover how to use SwiftUI ProgressView to show…
Aug 31, 2022 iOS
Flutter Vs React Native which is better?
Are you deciding between Flutter vs React Native? Learn how these two vary and what advantages and disadvantages each has. The rise of mobile applications has a significant impact on the development industry. With more than 3.6 billion mobile users…
Aug 26, 2022 iOS
How to adjust SwiftUI text alignment
SwiftUI text alignment provides a lot of useful controls for aligning views, and I'd want to walk you through each one so you can understand how they work. We can se the Frame to adjust the width and Height of…
Aug 21, 2022 iOS
what are tuple in python
tuple in python : When reading data from a database in Python, for example, we may represent each table record as an ordered and immutable series of objects since we don't need to change the sequence afterwards. Python includes a…
Aug 07, 2022 iOS
Different Ways to add Typealias in Swift
Swift Typealias is used in the programme to provide a new name to an existing data type. You can use the aliased name instead of the existing name throughout the application once you establish a typealias. This post will teach…
Jul 23, 2022 iOS
Concurrency in iOS swift
Concurrency in iOS swift is the method of running the different task at the same time or in random order. Basically its a multiple task running at same time. Most of the task are run in the different threads. Each…
May 21, 2022 iOS
IOS Developer Roadmap
IOS Developer Roadmap IOS Developer Roadmap Do you want a step-by-step tutorial on how to become an iOS developer in 2023? We've put together an all-in-one guide to learning iOS development, complete with the top 27 fundamental skills of an…
May 12, 2022 iOS
Flutter Vs SwiftUI Which is better?
Apple's New UI Toolkit for Native iOS App Development is SwiftUI. So, if you've heard tales about it and want to learn more about Flutter Vs SwiftUI , you've come to the right place. However, before you start designing your…