#ios-development

[ follow ]
#swift
fromInfoQ
8 months ago
JavaScript

The Swift Composable Architecture Brings the Redux Model to iOS App Development

The Composable Architecture provides a structured Swift framework that simplifies state management, feature composition, and testing in app development.
fromInfoWorld
1 day ago
Ruby on Rails

Microsoft previews SignalR client for iOS

Microsoft's SignalR Swift client enables real-time web functionality for iOS apps.
It eliminates the need for community-built SignalR clients, simplifying development.
fromHackernoon
2 months ago
Bootstrapping

Swift init(), Once and for All | HackerNoon

Swift initializers are essential for preparing instances of classes and structures, and misunderstandings can lead to common errors.
fromInfoQ
8 months ago
JavaScript

The Swift Composable Architecture Brings the Redux Model to iOS App Development

The Composable Architecture provides a structured Swift framework that simplifies state management, feature composition, and testing in app development.
fromInfoWorld
1 day ago
Ruby on Rails

Microsoft previews SignalR client for iOS

Microsoft's SignalR Swift client enables real-time web functionality for iOS apps.
It eliminates the need for community-built SignalR clients, simplifying development.
fromHackernoon
2 months ago
Bootstrapping

Swift init(), Once and for All | HackerNoon

Swift initializers are essential for preparing instances of classes and structures, and misunderstandings can lead to common errors.
more#swift
#apple
JavaScript
fromInfoQ
3 months ago

Apple New In-App Purchases API for Creator Platforms and Large Catalogs

Apple's Advanced Commerce API allows dynamic management of app content and subscriptions outside the App Store.
Gadgets
fromTechCrunch
1 month ago

Apple reportedly revamping Health app to add an AI coach | TechCrunch

Apple is developing an AI coach feature for its Health app to improve user health advice.
The update to the Health app could be released in 2026 with iOS 19.4.
fromTechCrunch
3 months ago
Apple

Apple might be working on a new 'Invites' app | TechCrunch

Apple is reportedly developing an app called Invites to enhance event planning, possibly rivaling existing invitation platforms.
JavaScript
fromInfoQ
3 months ago

Apple New In-App Purchases API for Creator Platforms and Large Catalogs

Apple's Advanced Commerce API allows dynamic management of app content and subscriptions outside the App Store.
Gadgets
fromTechCrunch
1 month ago

Apple reportedly revamping Health app to add an AI coach | TechCrunch

Apple is developing an AI coach feature for its Health app to improve user health advice.
The update to the Health app could be released in 2026 with iOS 19.4.
fromTechCrunch
3 months ago
Apple

Apple might be working on a new 'Invites' app | TechCrunch

Apple is reportedly developing an app called Invites to enhance event planning, possibly rivaling existing invitation platforms.
more#apple
#user-experience
fromHackernoon
5 months ago
JavaScript

Asynchronous Programming in iOS: How to Speed Up Enterprise Apps Without Breaking Developers' Brains | HackerNoon

Asynchronous programming is crucial for app responsiveness, especially in enterprise applications where performance is vital.
fromHackernoon
1 month ago
Digital life

Here's How to Test iOS Apps Across Different States and Lifecycle Stages 10 Different Ways | HackerNoon

Understanding app lifecycle helps in debugging and ensuring smooth user experience during different app states.
fromHackernoon
5 months ago
JavaScript

Asynchronous Programming in iOS: How to Speed Up Enterprise Apps Without Breaking Developers' Brains | HackerNoon

Asynchronous programming is crucial for app responsiveness, especially in enterprise applications where performance is vital.
fromHackernoon
1 month ago
Digital life

Here's How to Test iOS Apps Across Different States and Lifecycle Stages 10 Different Ways | HackerNoon

Understanding app lifecycle helps in debugging and ensuring smooth user experience during different app states.
more#user-experience
fromHackernoon
2 months ago
Web frameworks

Building a UDP Server & Client in Swift with Network.framework | HackerNoon

Network.framework allows iOS developers to effectively utilize UDP for real-time communications, offering a lightweight alternative to traditional HTTP approaches.
#grand-central-dispatch
Java
fromHackernoon
5 years ago

Grand Central Dispatch, Once and for All | HackerNoon

GCD remains vital for understanding multithreading concepts and continues to be relevant in coding and interviews despite newer concurrency frameworks.
DevOps
fromHackernoon
2 months ago

The HackerNoon Newsletter: Grand Central Dispatch, Once and for All (3/1/2025) | HackerNoon

AI literacy is critical for staying competitive in technology.
Mastering Grand Central Dispatch in Swift is essential for efficient iOS development.
Java
fromHackernoon
5 years ago

Grand Central Dispatch, Once and for All | HackerNoon

GCD remains vital for understanding multithreading concepts and continues to be relevant in coding and interviews despite newer concurrency frameworks.
DevOps
fromHackernoon
2 months ago

The HackerNoon Newsletter: Grand Central Dispatch, Once and for All (3/1/2025) | HackerNoon

AI literacy is critical for staying competitive in technology.
Mastering Grand Central Dispatch in Swift is essential for efficient iOS development.
more#grand-central-dispatch
Python
fromTechiediaries
1 month ago

Python 3.13 in 2025 Breakthroughs: No-GIL, JIT, and iOS Support Explained

Python 3.13 offers significant performance enhancements and new features, fostering excitement among developers for mobile development and parallelism improvements.
#software-engineering
Software development
fromSitepoint
2 months ago

AI-Assisted Coding for iOS Development: CursorAI and Upcoming Swift Assist - SitePoint

AI tools are revolutionizing iOS development, increasing productivity significantly but requiring human oversight for complex tasks.
fromInfoQ
4 months ago
JavaScript

Challenges of Creating iOS App Extensions at Lyft

Lyft engineers efficiently manage iOS app extension development by optimizing dependencies, binary size, and memory usage while adhering to Apple's constraints.
fromBerlin Startup Jobs
6 months ago
Agile

Job Vacancy: Senior iOS developer (full-time) // xymatic | IT / Software Development Jobs | Berlin Startup Jobs

The article emphasizes the integration of high-end software development and sustainability to minimize carbon emissions.
Software development
fromSitepoint
2 months ago

AI-Assisted Coding for iOS Development: CursorAI and Upcoming Swift Assist - SitePoint

AI tools are revolutionizing iOS development, increasing productivity significantly but requiring human oversight for complex tasks.
fromInfoQ
4 months ago
JavaScript

Challenges of Creating iOS App Extensions at Lyft

Lyft engineers efficiently manage iOS app extension development by optimizing dependencies, binary size, and memory usage while adhering to Apple's constraints.
fromBerlin Startup Jobs
6 months ago
Agile

Job Vacancy: Senior iOS developer (full-time) // xymatic | IT / Software Development Jobs | Berlin Startup Jobs

The article emphasizes the integration of high-end software development and sustainability to minimize carbon emissions.
more#software-engineering
fromInfoQ
2 months ago
DevOps

AWS CodeBuild Now Supports Fastlane to Simplify iOS Deployments

AWS CodeBuild now supports Fastlane for simplified iOS app development, requiring secure configuration for proper integration.
#parallel-programming
fromHackernoon
6 months ago
JavaScript

Understanding Parallel Programming: A Guide for Beginners, Part II | HackerNoon

RunLoops efficiently manage asynchronous tasks without blocking the main thread.
fromHackernoon
6 months ago
JavaScript

Synchronization Challenges in Multithreading | HackerNoon

Writing concurrent code is challenging due to task interactions and shared data management.
Offloading heavy computations from the main thread is essential to maintain UI responsiveness.
fromHackernoon
6 months ago
Miscellaneous

How Grand Central Dispatch Library Helps Organize Threads | HackerNoon

Grand Central Dispatch simplifies multi-threading by using queues and tasks instead of manually managing threads.
fromHackernoon
6 months ago
JavaScript

Understanding Parallel Programming: A Guide for Beginners, Part II | HackerNoon

RunLoops efficiently manage asynchronous tasks without blocking the main thread.
fromHackernoon
6 months ago
JavaScript

Synchronization Challenges in Multithreading | HackerNoon

Writing concurrent code is challenging due to task interactions and shared data management.
Offloading heavy computations from the main thread is essential to maintain UI responsiveness.
fromHackernoon
6 months ago
Miscellaneous

How Grand Central Dispatch Library Helps Organize Threads | HackerNoon

Grand Central Dispatch simplifies multi-threading by using queues and tasks instead of manually managing threads.
more#parallel-programming
fromAppzoro
3 months ago
Software development

Best iOS App Development Company in USA | AppZoro

Appzoro Technologies specializes in secure and user-friendly iOS app development, focusing on innovation and scalability for various Apple devices.
fromSitePoint Forums | Web Development & Design Community
5 months ago
Digital life

Issues with iOS App Installation During Development - Stuck on "Installing"

Ensure provisioning profiles and certificates are correct for installation issues.
Restarting devices and Xcode may not resolve deeper configuration issues.
Check project settings and compatibility with the latest iOS updates.
#swiftui
fromHackernoon
1 year ago
Miscellaneous

How to Build a FAB-ulous Button - #30DaysOfSwift | HackerNoon

This article focuses on creating a Floating Action Button in SwiftUI, emphasizing accessibility and minimalist design.
fromHackernoon
6 months ago
JavaScript

How to Design Native Alerts in SwiftUI - #30DaysOfSwift Day 16 | HackerNoon

SwiftUI native alerts are easy to implement, provide system integration, and support accessibility for better user interaction.
fromHackernoon
1 year ago
Miscellaneous

Top 10 Open Source iOS Libraries Every Developer Should Replace in 2024 | HackerNoon

Embracing SwiftUI and native solutions like URLSession, Combine, and Core Data enhances app development by improving efficiency and reducing complexity.
fromHackernoon
1 year ago
Miscellaneous

How to Build a FAB-ulous Button - #30DaysOfSwift | HackerNoon

This article focuses on creating a Floating Action Button in SwiftUI, emphasizing accessibility and minimalist design.
fromHackernoon
6 months ago
JavaScript

How to Design Native Alerts in SwiftUI - #30DaysOfSwift Day 16 | HackerNoon

SwiftUI native alerts are easy to implement, provide system integration, and support accessibility for better user interaction.
fromHackernoon
1 year ago
Miscellaneous

Top 10 Open Source iOS Libraries Every Developer Should Replace in 2024 | HackerNoon

Embracing SwiftUI and native solutions like URLSession, Combine, and Core Data enhances app development by improving efficiency and reducing complexity.
more#swiftui
fromInfoQ
10 months ago
Running

How GitHub iOS Team Leveraged Apple-Silicon Actions Runners to Reduce Testing Time

GitHub iOS team adopted Apple Silicon macOS runners for faster builds and refactored workflow for parallelism.
Cars
fromThe Verge
10 months ago

Apple's fancy new CarPlay will only work wirelessly

Apple's next-gen CarPlay aims for enhanced integration and control in vehicles.
[ Load more ]