<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Couxio • iOS</title>
    <link>https://couxio.com/tags/iOS</link>
    <description>Couxio posts tagged iOS</description>
    <language>en-us</language>
    <lastBuildDate>Tue, 15 Sep 2026 00:24:05 GMT</lastBuildDate>
    <atom:link href="https://couxio.com/tags/iOS/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>A basic networking layer using combine framework</title>
      <link>https://couxio.com/blog/network-layer-combine</link>
      <guid isPermaLink="true">https://couxio.com/blog/network-layer-combine</guid>
      <description>A guide on how to build a modern, modular network layer in Swift using Combine. This guide walks through setting up a reusable architecture with support for dependency injection, request routing, and error handling. You&apos;ll see how to define protocols, create a request router, and implement a NetworkService that leverages dataTaskPublisher. We’ll also cover decoding responses, mocking local data, and exposing public APIs for cross-framework use.</description>
      <pubDate>Thu, 30 Jun 2022 00:00:00 GMT</pubDate>
      <category>iOS</category>
    </item>
  </channel>
</rss>