© 2023 Hashnode
#xcode
React Native is a JavaScript framework for building cross-platform native mobile apps. It follows the same design patterns as React, making it easy to learn for anyone who is already familiar with Rea…
EmojiSelection App Hey There! I am currently at my beginner stage of Learning Swift Language. Built a very basic, simple EmojiSelection App! Here's a glimpse of what I learnt from this app: Enum: Meaning Enumeration, enum is a List of case…
We can build more flexible and customized modal view presentations thanks to the CustomPresentationDetent protocol. It's common to use the .sheet modifier when presenting a modal view. However, occasi…
When working on a Swift package, it may be quite difficult to test that the code we are writing works properly. Beyond writing unit tests, an easy way to test a package would be to configure a demo pr…
Swift packages are reusable components of Swift, Objective-C, Objective-C++, C, or C++ code that we can import into any Xcode project. In this article we will see: How to create our Swift package con…
Original post: https://markparker.me/blog/localize-ios-app-in-5-minutes Introduction In today's globalized world, the demand for mobile applications that cater to users from different countries and regions has increased significantly. To re…
Use SwiftUI to Build Native Apps for iOS and macOS (📷 Hadrian) Using a ZStack to set the background color is a common pattern in SwiftUI. ZStack allows you to layer views on top of each other, with t…
SwiftUI makes it easy to add animations to your app, but some developers may find it challenging to achieve fine-grained control over the timing, easing, and other properties of the animations. Unde…
I am a self-taught developer, as most of us I usually followed tutorials on YoutTube or Udemy. I started (almost) hundreds of projects and never finished any. Ok, I published an app in Mac AppStrore, …
Are you ready to dive into the world of Swift programming and develop amazing iOS applications? If yes, then Xcode is the perfect tool to get started. Xcode is Apple's integrated development environme…