<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    
    <title>Joel Perry</title>
    
    
    <description>Joel Perry</description>
    
    <link>https://www.joelperry.net/</link>
    <atom:link href="https://www.joelperry.net/feed.xml" rel="self" type="application/rss+xml" />
    
    
      <item>
        <title>DynamicTypeSize for UIKit</title>
        <description>
          Building a SwiftUI-style modifier for UIView - 
          When going from SwiftUI back to UIKit, I miss having certain view modifiers, such as .dynamicTypeSize(). In SwiftUI, we can limit the accessibility behavior of a View by setting a value or range of DynamicTypeSize. This approach is expressive and safe, since the compiler can check for valid ranges. To...
        </description>
        <pubDate>Sat, 11 Feb 2023 03:02:40 -0500</pubDate>
        <link>https://www.joelperry.net/2023-02-11-dynamictypesize-uiview/</link>
        <guid isPermaLink="true">https://www.joelperry.net/2023-02-11-dynamictypesize-uiview/</guid>
      </item>
    
      <item>
        <title>ApolloCombine</title>
        <description>
          
          ApolloCombine is a collection of Combine publishers for the Apollo iOS client. The collection is available via Swift Package Manager and CocoaPods on GitHub. The repo contains usage instructions. In late 2019, I made the decision to use the Combine framework in one of our production apps. I started by...
        </description>
        <pubDate>Thu, 01 Sep 2022 20:02:40 -0400</pubDate>
        <link>https://www.joelperry.net/2022-09-01-apollocombine/</link>
        <guid isPermaLink="true">https://www.joelperry.net/2022-09-01-apollocombine/</guid>
      </item>
    
      <item>
        <title>Core Data and Apollo GraphQL</title>
        <description>
          
          By employing a protocol-based approach to Core Data and implementing fragments in the Apollo iOS client, robust caching becomes a trivial process. CoreData Even with some recent improvements, Core Data has never been easy to use. I use a protocol-based approach to simplify repetitive tasks and make Core Data more...
        </description>
        <pubDate>Tue, 14 Jul 2020 20:02:40 -0400</pubDate>
        <link>https://www.joelperry.net/2020-07-14-core-data-and-apollo-graphql/</link>
        <guid isPermaLink="true">https://www.joelperry.net/2020-07-14-core-data-and-apollo-graphql/</guid>
      </item>
    
  </channel>
</rss>
