Skip to content

Latest commit

 

History

History
953 lines (713 loc) · 90.3 KB

File metadata and controls

953 lines (713 loc) · 90.3 KB

drawing

Let's learn about Ios via these 235 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the /Learn or LearnRepo.com to find the most read blog posts about any technology.

The most loved and the most hated OS.

Apple CarPlay common issues include Screen Time fix, allowing CarPlay while locked, enable Siri, changing USB Cable, debugging Bluetooth connectivity, and more.

If you haven’t been immersed in iOS interface design, you might look at Apple’s icons and think that they’re just a rounded square or a ‘roundrect’. If you’ve been designing icons, you know that they’re something different and may have heard the word squircle used (mathematical intermediate of a square and a circle). And if you’re an Industrial Designer, you recognize this as a core signature of their hardware products.

CashApp has been around for quite some time now and is still popular among the masses despite the rise of other apps such as Venmo. The main reason why this particular app continues to be so successful is due to its easy and simple-to-use interface.

Learn how to render a complex effect in 3D using UIKit and some basic math

OAuth2, often combined with OpenID-Connect, is a popular authorization framework that enables applications to protect resources from unauthorized access. It delegates user authentication to an authorization service, which then authorizes third-party applications to access the protected resources on the user’s behalf. OAuth 2 provides authorization flows for both web and mobile applications.

The OSX 13 users have now a new opportunity to use Shortcuts. It is an interesting tool that helps automate frequently used features. Further, it may expand Siri’s features on iPhone. At the same time many iOS users don't actually know how to use this tool. If you belong to this group of people, you’ve come to the right place.

Discover innovative strategies for crafting, testing, and documenting UI components for native iOS apps

Finally, iOS 14.6 released, but how to Jailbreak iOS 14.6? What are the jailbreak alternatives for iOS 14.6? You have all your answers here.

In this tutorial, you will learn how to make gradient app bar in flutter ? Before start anything, In every code we need a page for contain our whole source code. So let’s start…

Photo by Liu Zai Hou on Unsplash

The Geometry of UIView explained: Demystifying Frame vs. Bounds; Understanding Center and AnchorPoint; Mastering Transforms; Unraveling How Frame Is Computed

Thanks to the mobile era we have mobile apps for everything these days. Every business from a barber shop to huge retailers has apps so that they can be closer to their customers. On one hand, we really leverage this convenience but on the other hand, there are risks of exposing a lot of confidential information while using these apps. And it becomes very vital when dealing with payments and other sensitive information.

As a software engineer, it is really exciting to work at the crossing of software and hardware. It is also a trend on the rise — with the spread of smart things (IoT) and increased use of AI as a differentiator for hardware (think Google’s Pixel Buds), understanding the connection between a hardware device and an iOS app can be a nice to have skill. It’s not something really common as an iOS developer, so I was glad to have this opportunity at Prynt.

While SwiftUI is an extremely useful framework to create complex views, we all know that UIKit is here to stay for a good amount of time. Apple has made the Collection Views even more powerful this year with the release of new APIs. Compositional Layout lets you create complex and intricate collection views in SwiftUI really easily.

One of their most successful products is FocusCalm, a brain-sensing headband and an app that helps users learn how to control their mindset in just a minutes

Both iOS and Android provide built-in device-level checks which can help prevent mobile application abuse. On iOS, DeviceCheck provides a way to associate a few pieces of information per app with each device, On Android, SafetyNet device attestation attempts to ensure that a device is running in a safe environment. These are useful capabilities, but they are only a small part of an in-depth mobile app and API protection scheme.

We received a message from iOS App Team about adding NSLocationAlwaysUsageDescription key in Info.plist file. Our last build was rejected for this specific reason.

A Guide to Grand Central Dispatch (GCD) in iOS development

A guide on how to add inline video ads to your react native iOS app

Today, I faced the following challenge at my internship: to modify/implement a splash screen and an icon for the project I am working on.

Hermes is now available on iOS as of React Native 0.64 – the latest version of React Native comes with support for the Hermes engine on iOS. We describe the full process of bringing Hermes to iOS in a series of articles:

AltStore is an alternative to the App Store on iOS devices, giving you many new possibilities for your iPhone, like jailbreaking.

Nearly 90% of mobile internet time is spent on apps. There are over 2 Million apps, so in this article, I'll show you the best free apps the App Store offers!

How faster mobile app startup improves revenue. Practical iOS performance techniques, metrics, and real optimization results from inDrive.

SwiftUI doesn’t have phone mask tools. Therefore, you’ll need to use UIKit.

In this article, we will to focus on how to convert Dates and Date ranges to formatted localized string for display, parse Date objects from string constant

Photo by Thomas William on Unsplash

You still got your android phone, but been eyeing Airpods for a while?

When testing mobile apps, newbies QA frequently forget to check the app with an unstable Internet connection. But in many cases this is critical

Discover how inDrive built a structured two-week iOS onboarding program that helps new developers master architectures, navigation, and workflows faster.

A guide to NSOperation and NSOperationQueue in iOS development

Yes, it's possible to perform iOS app development on Windows PCs, but you shouldn't, and here's why.

iOS HTML Viewer is an open-source, ad-free tool that solves iOS's poor HTML preview capabilities by allowing you to view HTML files with full CSS

One of the key elements of SwiftUI is the use of property wrappers. These are functional elements that allow you to provide additional logic for properties.

All new underrated features in Apple Reminders in iOS 16

iOS developers may hate force unwraps and ignore how Apple tells us to write our unit tests (setUp and tearDown), but do we really know what we're doing?

This is the era of mobile apps. We get everything - from critical business information to entertaining videos and games - on our mobile devices. Information is right at our fingertips, and we are always striving to catch up with the outside world. As per App Annie, an average smartphone user has 80 apps installed.

Do you know that feeling when you come up with a cool idea for a product?

In this article, we'll be looking at the concept of Strings in Swift.

The Rise of mobile devices has expanded the reach of the digital economy. In recent years, they've risen to prominence to the point that they've eclipsed all other types of advertising. Businesses have been making strides to improve their mobile presence as they've seen their customers increasingly use mobile devices. 

An introduction to concurrency and multithreading in iOS development

A process of creating UILabel which handles HTML tags and links with normal and active states for both frameworks UIKit and SwiftUI.

Here's a quick and easy guide to writing unit tests for iOS projects in Xcode.

Photo by JESHOOTS.COM on Unsplash

AR is awesome and has an unrivaled potential to enrich customer experience in many verticals. However, it has a friction point in most cases: you need to persuade a potential customer to install an app first. AR Quick Look solves this problem for iOS. This is a native feature of ARKit which launches a model viewer right from the browser — that's why we call it native Web AR. It utilises .reality or .USDZ files, the latter is a file format developed by Pixar, and allows showing objects in incredible detail, adding animations and sounds, locking their scale to 1:1 so models show the real size of an object.

Apple Pay is a secure feature that uses multiple layers of encryption to protect users credit card information. Read to learn how to make Apple Pay more secure!

Felix Krause, a former Google engineer who studies privacy, said in a blog post on the 10th that Facebook and Instagram apps track users' browsing behaviors.

How to create simple game "Snake" with help from SpriteKit and a little bit of time.

Build a tennis motion data collection app for Apple Watch and iPhone using this step-by-step guide.

Explanation of how you can build your own memory graph on iOS

SwiftUI and Combine, Apple’s latest frameworks, were the highlights of this year’s WWDC. The long-expected declarative UI, at last, became a reality, and this is truly an event of historic proportions in the world of iOS development. 

We’ll start with the bigger picture of Isolates and see what does it really mean and go deep down and piece all the parts together

Implementing address autocomplete using SwiftUI and MapKit

Explore SwiftUI View lifecycle: from initialization to deinitialization, including state updates and rendering for optimized UI

In 2025, playing local MP3s on iPhones is still a pain. So I built my own iOS music player with SwiftUI, SQLite FTS5, and iCloud support — fully offline-first,

With the release of iOS 17, Apple introduces an exciting enhancement to SwiftUI that revolutionizes how we add markers on maps.

One day I was inspired by a small yet crucial UI component in the Yahoo Finance iOS app.

Explanation of how Google's Flutter UI startup app was debugged and made to work again and connect with it's central Firebase Database through hours of work.

This article explains the features of live streaming apps in different fields, and how to build a live streaming app using the SDK.

Nodle Cash app is now available for both Android and iOS smartphones and tablets

SwiftLint is the best tool to enforce coding standards and best practices. It comes with pre-defined rules that can be customized to suit individual needs.

Tutorial on a new email workflow that uses Apple Mail and email forwarding. Forward all your emails from Gmail, Outlook, AOL, Yahoo Mail to a central spot.

Initialize Tuist project and make maintainable project setup Modularization, code generation, Tuist, Swift, Xcode.

To get started, you’ll need Google tools like Crashlytics and Jira.

[65. On The Way From Sequence to

RandomAccessCollection in Swift](https://hackernoon.com/on-the-way-from-sequence-to-randomaccesscollection-in-swift) Evolution of computational complexity from the basic protocol Sequence to the RandomAccessCollection protocol in Swift for developers working on iOS platforms.

Android & iOS have always been in debate for decades now! Both these operating systems are world-famous as these are the most used operating systems to date. That’s the reason customers had always been excited to know the software upgrades. As trends keep on changing, both the operating systems make sure that their customers don’t get bored, which is why Android and iOS keep releasing new upgrades.

Learn how to automate Flutter apps with Appium for native mobile app testing.

these are useful publishers by Combine Swift. Try to implement them in your own projects.

ntroduction

There are many popular tracker apps that help you to track your phone or your kid's or family member's phones, for security purposes.

This article explains how to use ZEGOCLOUD's ZEGOLive to quickly build a live broadcast application, including functions such as mic, beauty, and messaging

The Story

In this tutorial, you will learn how to use the Xcode Archive & Export for iOS step to manage your iOS code signing assets, archives and export an .ipa.

You’re a North Korean engineer who’s been selected to develop a new government project. It’s an HTML form, which North Korean political leaders will fill in for [REDACTED] purposes.

Not many people know how do apps make money. Here's how.

Building iOS framework for multiple iOS applications using generic MVVM+C.

It’s hard to say whether cross-platform development is the "best" way to build an app for Android and iOS. So what about it?

Many apps have a feature that automatically logs you out after a certain period of inactivity. Some apps log you out based on API inactivity, while others imple

This article brings together my eight years of experience in the audio and video live broadcast industry, hoping to help those in need

Third party libraries can save you a lot of time and effort, here are the top 10 open-source iOS libraries. These will make app development a breeze.

If Apple’s implementation of this new feature actually lives up to its lofty promises, then Private Relay will offer a high level of privacy.

Good day! My name is Robert. I work for Zoo Web Designs and today I'm sharing some things I think other people would love to know about the Google Keep app.

A beginner or associate level needs to know just to do something but to become an intermediate level you need to be able to do a certain thing in a certain way following best practices. I tried to list some of the things that an intermediate iOS dev should know about.

With iOS 16, Apple is making some big changes to make the software more user-friendly and secure.

The choice between iOS and Android app development is one of the most critical you need to make before planning your digital startup. iOS and Android both are leading operating systems that match software and hardware components of mobile devices.

The arbitrary system of reference for time that we use is something we usually don’t even think about.

Agrio is an artificial intelligence-based precision agriculture solution that helps crop advisors, farmers, and gardeners remotely monitor, identify, and treat

This guide empowers developers to navigate Redux complexities, ensuring structured, scalable, and maintainable iOS apps and also core principles.

Today we’re going to draw directions route on a map in React Native, showcasing the path between two different locations. We’re going to make use of react-native-maps which is a powerful library, allowing us to draw polylines between multiple coordinates. We are also going to use Google Directions API, in order to fetch precise directions routes between two coordinates.

By the end of October, all Lumi Wallet users using iOS devices will be logged out of their wallets because of the legal restructuring of the Lumi company. It might lead to thousands of users losing access to their funds forever.

The ultimate guide to crack mobile engineer interview. How to get a job at Apple!

History

Research of iOS developers' salaries based on data from PayScale, Glassdoor, Indeed, and ZipRecruiter.

How to debug a python mobile app during packaging

This tutorial is the eighth chapter of our implementation of an Airbnb clone in React Native Template. In the previous chapter, we successfully implemented the “Forgot Password” feature with Firebase.

This article will explain how to use CallKit and ZEGOCLOUD to build a Video Call App with a native calling experience.

Why caring about error handling, and practical improvements to apply on your iOS app. Examples in Swift.

This article describes what is the video API? How does the video API ensure smooth transmission of audio and video?

Hello guys, how are you doing? Are you thinking about learning iOS and Swift to become an iOS App developer and create that next app or game that rock the world? If that’s true then you have come to the right place. In this article, I am going to share some of the very best online courses to learn iOS 13 and Swift 5 in 2020 and become the start iOS App developer you always wanted to be.

In this post, we'll go over the benefits of Flutter web development for your business, as well as the steps involved in developing such apps.

To become an iOS developer you must have the proper hardware and software, and learn the Swift and Objective-C programming languages.

Recently I faced an interesting task to display hierarchical data as a list for the iOS platform.

Accruing real tennis motion data from Apple Watch and exploring insights, including acceleration, rotation, and more.

With the pace of smartphone evolution, there is always something waiting for you behind the scenes. No sooner have you spotted the last handset, than there is anticipation for the next big thing.

A study from Princeton shows the same parts of the brain light up in both the speaker and the listener of a story.

Newcomers in mobile development often make the same mistakes: rush into complex solutions and forget about fundamental stuff. Let's discuss it!

Apple has its own way of gaining eyeballs, and this time it's the beta release of iOS 16. While the recently launched iOS version is gaining all the attention, reactions are mixed, with some still wondering whether iOS 16 is worth getting or not. To address the same, I wanted to share an in-depth analysis of newly introduced features and usability.

Dive into the blend of retro charm and modern iOS development with our guide on creating a nostalgic CALayer-based Progress Bar in iOS.

The next version of the operating system for iPhone and iPad has launched(iOS 13). Here's how to improve your security.

Android development has witnessed massive growth in all these years, and any developer who’s worth his salt will thoroughly test his products before launching them into the market. While having a conversation about testing in Android, we often hear two forms of tests doing the rounds — Unit Test and Integration Test. 

How to Configure Bundler and Cocoapods for Xcode Cloud: A Comprehensive Guide

Serialize and deserialize JSON for Swift with different ways

This is going to be a low-level article, but I guess you already knew that since you landed here, right?

Mobile debugging across different levels of experience.

In this blog, we will create new card buttons, that'll be displayed in the grid view. Each button UI will take the user to a sub-page like Events, Temples, etc.

Transifex Native is a powerful technology that allows you to make localization a seamless part of your development lifecycle.

Instagram has been growing like crazy over the past few years, and one of its key features that fueled that growth was the famous photo filters. By allowing use

Creating an app with AI for Android and iOS can be a challenging but rewarding task. Step-by-step guide on how to create an app with AI.

This work displays the flexibility and diversity of the Grammar of Graphics, and also shows beginners the basic concepts of the Grammar of Graphics.

Discover why understanding iOS vs. Android monetization can be crucial for app success, and how platform-specific strategies affect revenue, retention, and grow

In this post, you will get to know why Apple's Taptic engine was one of the best technical hardware improvisations of this decade.

Skybound Entertainment has revealed a new tower defense mobile game based on The Walking Dead franchise called The Walking Dead: Survivors.

This study plan involves utilising a ‘Monthly Theme’ concept to explore topics in depth.

Have you ever had to add your signature to a document and send it over email? No, you don’t need a printer or a scanner. Did you know that you can do this for free with just your own iPhone? Read on to learn how.

The creation and development of mobile applications is a large and rapidly developing industry. In the past few years, it has been modified significantly due to the introduction of novel futuristic technologies.

Replace these 10 legacy libraries with cutting-edge solutions to revitalize your development process.

Discover how to implement real-time ChatGPT response in your iOS app, enhancing user experience with dynamic data streaming and error handling

The need for architectural patterns in swift applications

A convenient way to test your mobile network layer communication while the real backend service is still under the development.

In this guide, I will teach you the easiest way to mirror your iPhone or any other iOS device to Firestick.

In this article, I’ll throw light on how to create custom apps, some trends related to it, industries utilizing custom app development, the development process,

How to publish an app to the app store. Using react native, expo, eas, MongoDB, Express, AWS, and Git to publish a full-stack app to the Apple app store.

It doesn't matter if you run a B2B or B2C company, a marketing agency or a SaaS firm, an eCommerce site, or a brick-and-mortar shop: evaluations are critical for any business.

Why does my application get so buggy after each release?

The aim of this article is to provide the readers with the full information on the two frameworks for mobile app development - React Native and Flutter

In this article, we'll explore how to use Swift to restrict "cut," "copy," and "paste" operations in text fields of iOS applications.

In this guide, we will show you how to secure an intranet API with your own Certificate Authority (CA) and make it trusted on an iOS app.

ndroid App size is one of the biggest factors that can affect your app’s install and uninstall metrics.

In this article, I would like to share my experience of implementing Silent Push Notifications in an iOS app.

How to install and run Swift on Linux

Flutter, an open-source reactive framework by Google has become the reason for the real “holy war” in the world of software development: some admire it, whereas

Besides a regular webapp and a Mac app, which uses the same endpoints as the webapp, Home Assistant also provides mobile apps.

A critical look at Rabbit tech's Companion and the challenges of device adoption.

iPhones are some of the most widely-used devices in the world. This also makes them some of the most targeted pieces of technology out there, with numerous vulnerabilities being exploited by malicious attackers as often as possible. For the sake of security, privacy, and avoiding content locks, it’s likely that many people will want to look into using a VPN on their device. But while many of these services are available for a wide range of operating systems, iPhones are unique in more ways than one. The question remains: what are the best VPN services for iPhone, and how do they differ from their desktop counterparts?

Wouldn’t it be nice if a customer could switch from an iPhone to a Pixel without any effort? Mobile manufacturers try to lock you into their own ecosystem.

A lot of the time, we'll encounter a situation in which we'll need to insert some values inside a string.

How Apple’s App Tracking Transparency (ATT) could change social networks and advertising for businesses who have become far too used to the status quo.

Are you planning to create an app for your business or an upcoming project? If yes, you need not browse multiple search engines and go through the details of hu

How to efficiently monitor app health and stability, as well as identify root causes of bugs

Netmarble releases a new March update for Marvel Future Fight featuring a new playable character, new hero outfits, a new boss fight, and more.

For the ninth post of the #30DaysOfSwift series, let's learn Scrollable Cards in SwiftUI. Scrollable cards or stacks are perfect for showcasing content

How to integrate SwiftUI previews into your Objective-C project. And you can also get good helpers that will make previewing easier

Creating a new mobile product? Read about the upcoming mobile app development trends and innovations to add features that will benefit your business. 

Some tips on how to establish a secure development cycle, covering data-masking and filtering techniques with code examples.

If the title of this article means something to you, then you are probably aware of the earthquake caused by iOS14.

Famous growth metrics will prove that iOS development has a bright future. So what makes developing on iOS more profitable?

Digital advertising continues to be a massive industry, but Apple’s iOS privacy updates and skyrocketing Facebook advertising costs are making it difficult

Optimizing eCPM for interstitial ads in mobile applications.

Generate the same UI for all iPhone Screens by using NSLayoutConstraint Scaling.

This is the mobile era and pretty much everything these days can happen from our smart phone. Thanks to millions of apps out there which help us in accomplishing anything we want. Whether it is maintaining your schedule (calendar) to managing financial information on the go, all things can be done by mobile apps running on our smart phones. Since these apps have access to so much of confidential information, as developer when we make an app we need to follow highest security standards so that information is not accessed by someone who is not entitled for it. 

What are Apple certificates and provisioning profiles and why do we need them? The certificate is a digital identification you use to sign your iOS apps.

Cut Flutter iOS build time using a precompiled Firestore SDK. Simple Podfile tweak, massive speed boost.

Introduction to Apple platform security:

2021's Sumire is an incredible story that is illustrated with an incredible art style and soundtrack and is only enhanced by its short length adding context.

Discover the story of Stops, a real-time public transport app for Samara. Learn how its stability and user preference make it a low-maintenance success.

In the next part of his series, John Vester introduces Android and iOS mobile applications using React Native to read data from Salesforce.

Creating an iOS App? This is what I would've appreciated knowing before I started building my first one.

Mobile apps are now a staple in the modern world and are even key for most businesses to operate. Whether a business pushes content solely through an app or uses it to provide additional services, apps are now one of the main ways that we consume content.

Google announces a significant update to Flutter to make building apps for Windows easier.

Hello to all designers here!

Learn why exposure points can make or break your mobile A/B tests, common pitfalls to avoid, and practical tips to improve your app experimentation results.

Apple dominates the global Wearables market with AppleWatch & Airpods. A MixedReality Headset & AppleGlasses are next for the most valuable firm in the world

Mobile applications have become the most powerful tool for getting easy access to expected users worldwide. As a business owner, you can't  ignore  the significance of having an eye-catching and well-feature packed mobile app.

For a long time Hermes was exclusive to Android – it was optimized for running React Native apps on Android only. Now it’s finally available on iOS as well.

In this article, we’ll discuss the differences between the @StateObject, @EnvironmentObject, and @ObservedObject property wrappers.

This article explains how to achieve the sound wave effect in live broadcast, voice chat, call and other scenarios

When iOS 14 was launched it turned out that the widgets were affected greatly. They became much smarter, faster, and accessible.

Modern mobile products are the quintessence of the founders’ vision and actual market needs. To be successful, a mobile application needs to continually evolve in order to keep pace with changing market conditions. However, not every approach to application development can ensure such success. 

Hi everybody. After struggling for a few days with GoogleSignIn, I had decided to write this article.

Mobile apps must be snappy and playful. To fall in love with your mobile app, users need to perceive it as fast, responsive and bug-free. Perceived performance measures how fast a user thinks your mobile app is. In this article, I'm presenting a handful of UI techniques that will make your mobile app feel more performant to the end user.

Redux is a popular React and React Native state management library, meant to be used in complex React and React Native apps where sharing state between multi-level components can get extremely difficult to manage. In this article we are going to learn how to use Redux with React Hooks by building a real React Native app.

AI in iOS is not a simple API call. Streaming responses, backgrounding, memory pressure, and SwiftUI lifecycle break naive integrations. This article explains w

3/13/2026: Top 5 stories on the HackerNoon homepage!

Learn what trunk-based development (TBD) is and how it is applicable to iOS development.

Here are 25 common iOS 16 issues and how you can troubleshoot them.

Background

Privacy advocates and experts are raising questions about the data collection and storage practices employed by the ChatGPT app

In the 3rd article of the series, create a native iOS application that leverages the Salesforce platform and the Salesforce Mobile SDK.

I didn’t set out to become a developer. I just wanted to build a simple app for playing charades with my friends.

Finding the right budgeting app for your iOS device is a trial-and-error process. Fortunately, every app offers unique features for every circumstance.

This is how we built our all-in-one Treblle app for iPhone, iPad, and Mac. I'll cover some technical details and guide you through our thought processes.

Stop shipping “junk drawer” networking code. This guide shows a production-ready Swift network layer with type-safe endpoints and SwiftUI-friendly usage.

Consider the main directions in mobile development and the most popular frameworks from Apple for the beginning of 2022.

A complete guide for all who are looking to develop a mobile app. Know the fundamentals of Mobile App Development Process.

App debugging is an essential part of the app development lifecycle. Bugs can be insidious, and we need to find them as fast as possible to get more time for fixing. Yes, of course, it would be great to write code without any issues that work just perfect, but we are people, and it’s a normal thing to make mistakes. In this article, you will read about some useful & fun tools that I prefer to use in my day to day iOS app debugging at Uptech. We will touch a few themes like:

Jailbreak Checkrain Checkra1n Security Scam Malware

The key to smooth performance is to offload non-UI tasks to background threads.

This is the sixth part of a series on Parallel Programming for Beginners. In this article, we’ll explore real-world scenarios and their solutions.

An intriguing case of a deadlock solved by drawing inspiration from XCTest's "expectation" mechanism. The exploration from detection to resolution.

November saw the latest stable version of React, Boa's latest performance leaps, and tools that will make your development workflow smoother.

Two of the world’s most powerful tech titans are on course for a collision. 

Here a few iOS 15 features below that can enhance your business workflow and smoothen your work processes.

Speed up UIKit development with this LLDB trick that lets you live-edit iOS UI in real time—no need to recompile or restart your app.

How to divide UIViewController to View and Controller.

Discover how Swift’s task priorities and execution context impact the actual run order of your code. Real findings from Playground, XCTest, and production-like.

In this article, we take a look at the fun process of implementing location search by address in an iOS app.

You can download the project simply as an archive (using buttons 1 and 2 from the screenshot), but I recommend cloning it via the terminal using Git

3/22/2026: Top 5 stories on the HackerNoon homepage!

Dynamic SwiftUI.Color changing depending on the current ColorScheme by code without using assets or external dependencies

Apple introduced "Apple Intelligence" at WWDC 2024 but delayed its full release, which is now expected in October.

Learn everything you need to know about Apple via these 201 free HackerNoon stories.

As technology is updating day by day, many new products are introduced in the market. Today, the device we will discuss is one of the most trendy from 2019 to 2020. A smartwatch, yes, we are going to review ​the Apple Watch Series 6​.

Apple's press release yesterday reads with the professionally and poise of a teenager throwing a tantrum, it's amazing really.

Discover strategies for iPhone users transitioning from Pixel phones, particularly focusing on integrating Google AI features like Circle to Search.

A test automation framework is a collection of rules or guidelines for generating and designing test cases. It includes a combination of practices and tools that are developed to assist the QA professionals in testing more effectively. Moreover, these set of guidelines may encompass coding standards, object repositories, test-data handling techniques, processes for securing tests results and also data on how to access external resources.

12/19/2023: Top 5 stories on the HackerNoon homepage!

5/14/2023: Top 5 stories on the Hackernoon homepage!

A long-term Ulysses user reflects on how slow development, sync issues, and a subscription model eroded trust in a once-great writing app.

Apple in California: On 10 November apple launched their own chip for MacBook, this is not sound interested but for mobile manufacture, it’s a huge deal for them. In past, Apple Makes its own chip for mobile. As we know that the apple had a well-renowned market for “A Bionic Chip”.

Level Infinite revealed that The Phantom Thieves of Persona 5 are joining Alchemy Stars in a special collaboration Royal Crossover Event set to start in July.

The iPad Pro 2021 (12.9-inch) is faster than any tablet ever, armed with the super-fast M1 processor from the latest Macs,

9/28/2025: Top 5 stories on the HackerNoon homepage!

Discover Apple's latest breakthroughs: Vision Pro headset, iOS 17, and more. Redefining technology and user experiences at WWDC 2023.

5/22/2025: Top 5 stories on the HackerNoon homepage!

As announced earlier this year: "Future Huawei phones will come without Google services. The alternative is Huawei Mobile Services and Huawei's own application store AppGallery.

I’ll share a fascinating story about Carl Friedrich Gauss, a mathematician, and show how his arithmetic shortcut can dramatically improve performance in Swift.

The proposed system is anonymous but vulnerable to trolls and spoofing

Only sometime before, 4g was introduced to us and now the hype of 5g is already up. The technology sector is advancing at a very fast rate than any other sector.

Let's review the features that can make us more productive in just one click.

This error can occur in environments with MacOS 14 (Sonoma), XCode 15.4, Swift 5.0 or higher setup in relation to Firebase and Firebase Analytics Pods.

Validator is a modern, lightweight Swift framework that provides elegant and type-safe input validation.

SEGA is celebrating Sonic the Hedgehog's 30th Anniversary with a special video and promotion for the Sonic at the Olympic Games - Tokyo 2020 mobile title.

Xcode versions are the drumbeat iOS teams all around the world march to. Rapid access to Xcode versions ensures that apps are submitted, and updated on time

5/19/2023: Top 5 stories on the Hackernoon homepage!