Luka Janjgava·12 hours agoHow to create mobile apps with KMMHey there ;) In this article, I want to talk about KMM, which stands for Kotlin Multiplatform Mobile. I will talk about what KMM is, and how it works, and build a simple app with network calls for iOS and Android using KMM with you. Firstly, let’s figure out what…IOS App Development10 min readIOS App Development10 min read
ganeshrajugalla·16 hours agoMain APIs (SwiftUI) that can be used on iOS 14.0 or laterIntroduction We will introduce the main APIs of SwiftUI that can be used on iOS 14.0 or later for each OS version. When the support version of the app in charge is updated, we would appreciate it if you could use it to check the API that can be used newly. environment …IOS App Development7 min readIOS App Development7 min read
Hoyeon Lee·5 hours ago[iOS/Swift] How to store different classes or structures into one array? (protocol as type, type-casting operator)Question: How to store different classes or structures into one array? To understand the question, let’s check our example code below. import Foundation // (1) class Fruit { var name: String var price: Double init(name: String, price: Double) { self.name = name…IOS App Development4 min readIOS App Development4 min read
Aman JaininDigitalHole·10 hours agoHow to Create a Successful iOS App in 2023 | The Ultimate Guide to Launching an iOS Mobile AppLaunching an iOS mobile app in 2023 can be an exciting and rewarding endeavor. The iOS app market is a crowded one, with over 2 million apps available in the App Store. If you want your app to stand out from the competition, you need to make sure it’s well-designed…IOS App Development3 min readIOS App Development3 min read
The Wandering Mind·17 hours agoApps to be developed to become iOS developer ProTo become a professional iOS developer, it’s essential to work on a variety of projects that cover different aspects of iOS development. Here are some app ideas that can help you enhance your skills and knowledge as an iOS developer: 1. To-Do List App: Create a to-do list app that…IOS App Development2 min readIOS App Development2 min read
Bhavesh Sachala·17 hours agoUpload a Flutter iOS app to App Store Connect.You’ll need to follow several steps. Here’s a general outline of the process: Step : 1 Set up your App Store Connect account: Go to the App Store Connect website (https://appstoreconnect.apple.com/) and sign in with your Apple ID. Create an App Store Connect record for your app by providing basic…IOS App Development2 min readIOS App Development2 min read
Gary Bartos·17 hours agoEchobatix 1.0 for iOS (dev story 1.0.1)Echobatix, my company’s app, is available in the App Store as of today. Hurray! If you or someone you know is blind or low vision, please check out Echobatix 1.0. Here’s the App Store link: https://apps.apple.com/us/app/echobatix/id1552392882 More features to come! In this post I’ll briefly mention a few online resources…IOS App Development2 min readIOS App Development2 min read
Guilherme Teixeira de Mello·18 hours agoSwift Struct and ClassesStruct Just to give a little of context, as we aim for developing apps for iOS, we need to do it in Swift, at least, if we want to do it natively, and as I was learning iOS development, I could see that some many people get a little confusing when…IOS App Development8 min readIOS App Development8 min read
Bored Avo·1 day agoiOS Interview Prep 9— App performanceThe purpose of this interview preparation series is to assist you in quickly refining your interview skills and thoroughly preparing for the typical questions asked during an iOS interview. If you find it useful, please leave a comment or tap the like button. Interview Questions How can you optimize table view and…IOS App Development4 min readIOS App Development4 min read