<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>eMpTy Theory</title>
    <link>https://emptytheory.com</link>
    <description>iOS, Swift, and the craft of mobile development.</description>
    <language>en-us</language>
    <item>
      <title>Test Plans are now Default for New Projects with Xcode 14.3</title>
      <link>https://emptytheory.com/blog/test-plans-are-now-default-for-new-projects-with-xcode-14-3</link>
      <guid>https://emptytheory.com/blog/test-plans-are-now-default-for-new-projects-with-xcode-14-3</guid>
      <pubDate>Sun, 26 Feb 2023 00:00:00 GMT</pubDate>
      <description>Since Xcode 11, when Apple introduced Xcode Test Plans for simpler, more configurable test management and execution, both new and existing projects had to manually convert to using the new system or c…</description>
    </item>
    <item>
      <title>UI Test Changes to SwiftUI List and Stepper in iOS 16</title>
      <link>https://emptytheory.com/blog/ui-test-changes-to-list-and-stepper-in-ios-16</link>
      <guid>https://emptytheory.com/blog/ui-test-changes-to-list-and-stepper-in-ios-16</guid>
      <pubDate>Mon, 03 Oct 2022 00:00:00 GMT</pubDate>
      <description>Since SwiftUI came out, the extremely useful List control, for creating scrolling, single column, table-style views has been backed under the hood by UITableView. While this probably made it simpler a…</description>
    </item>
    <item>
      <title>We’ll Miss You, 360 iDev</title>
      <link>https://emptytheory.com/blog/well-miss-you-360idev</link>
      <guid>https://emptytheory.com/blog/well-miss-you-360idev</guid>
      <pubDate>Thu, 01 Sep 2022 00:00:00 GMT</pubDate>
      <description>As a budding mobile developer back in early 2012 working on my first app, everything about iOS was new and different from the .NET world with which I was familiar. Living in the Denver area at the tim…</description>
    </item>
    <item>
      <title>Improving Your User Interface Tests in Xcode and iOS</title>
      <link>https://emptytheory.com/blog/improving-your-user-interface-tests-in-xcode-and-ios</link>
      <guid>https://emptytheory.com/blog/improving-your-user-interface-tests-in-xcode-and-ios</guid>
      <pubDate>Sun, 06 Mar 2022 00:00:00 GMT</pubDate>
      <description>Since writing about dealing with continuous integration and Apple Silicon as well as retrying failed tests, I've been thinking some more about iOS and Xcode test automation and would like to share som…</description>
    </item>
    <item>
      <title>Working Around Xcode and Continuous Integration Issues on Apple Silicon</title>
      <link>https://emptytheory.com/blog/working-around-xcode-and-continuous-integration-issues-on-apple-silicon</link>
      <guid>https://emptytheory.com/blog/working-around-xcode-and-continuous-integration-issues-on-apple-silicon</guid>
      <pubDate>Fri, 31 Dec 2021 00:00:00 GMT</pubDate>
      <description>So like probably more than a few people, we jumped in and bought two of the new Apple silicon M1 Mac Mini's to replace a couple aging Intel-based build servers at work. Our old servers were running Je…</description>
    </item>
    <item>
      <title>Retrying Failed Tests With Xcode 13 and Continuous Integration</title>
      <link>https://emptytheory.com/blog/retrying-failed-tests-with-xcode-13-and-continuous-integration</link>
      <guid>https://emptytheory.com/blog/retrying-failed-tests-with-xcode-13-and-continuous-integration</guid>
      <pubDate>Sun, 28 Nov 2021 00:00:00 GMT</pubDate>
      <description>As developers we never want our tests to fail, but there are often real world cases, especially with UI and integration tests against actual API (as opposed to a stable mock API or static data), where…</description>
    </item>
    <item>
      <title>Creating Custom Parseable Format Styles in iOS 15</title>
      <link>https://emptytheory.com/blog/creating-custom-parseable-format-styles-in-ios-15</link>
      <guid>https://emptytheory.com/blog/creating-custom-parseable-format-styles-in-ios-15</guid>
      <pubDate>Sat, 14 Aug 2021 00:00:00 GMT</pubDate>
      <description>Since way back in iOS 2.0, the venerable Formatter class and its derivations such as DateFormatter and NumberFormatter have been the go-to for converting values to and from strings. Over the years App…</description>
    </item>
    <item>
      <title>Refactor or Rewrite? Tackling Legacy Apps</title>
      <link>https://emptytheory.com/blog/refactor-or-rewrite-tackling-legacy-apps</link>
      <guid>https://emptytheory.com/blog/refactor-or-rewrite-tackling-legacy-apps</guid>
      <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
      <description>If you've been programming for any length of time, you'll likely run across apps or other projects that need major work and revisions to keep going. Maybe your company acquired another company with to…</description>
    </item>
    <item>
      <title>Accessibility Gets an Upgrade in Xcode 13 Storyboards</title>
      <link>https://emptytheory.com/blog/accessibility-gets-an-upgrade-in-xcode-13-storyboards</link>
      <guid>https://emptytheory.com/blog/accessibility-gets-an-upgrade-in-xcode-13-storyboards</guid>
      <pubDate>Fri, 18 Jun 2021 00:00:00 GMT</pubDate>
      <description>WWDC 2021 is behind us and there are so many new and exciting features available to us as developers. One of those areas that has been getting much more love from Apple over the last few years is acce…</description>
    </item>
    <item>
      <title>Registering Collection View Cells in iOS 14</title>
      <link>https://emptytheory.com/blog/registering-collection-view-cells-in-ios-14</link>
      <guid>https://emptytheory.com/blog/registering-collection-view-cells-in-ios-14</guid>
      <pubDate>Sat, 27 Feb 2021 00:00:00 GMT</pubDate>
      <description>In my last post, I looked at handling diffable data sources with different types of object data, focusing primarily on the venerable UITableView for my examples. We looked at a simple if...else constr…</description>
    </item>
    <item>
      <title>Using iOS Diffable Data Sources with Different Object Types</title>
      <link>https://emptytheory.com/blog/using-ios-diffable-data-sources-with-different-object-types</link>
      <guid>https://emptytheory.com/blog/using-ios-diffable-data-sources-with-different-object-types</guid>
      <pubDate>Mon, 11 Jan 2021 00:00:00 GMT</pubDate>
      <description>Since iOS 13, we've been able to revamp the way our table and collection views work by using diffable data source classes (UITableViewDiffableDataSource and UICollectionViewDiffableDataSource respecti…</description>
    </item>
    <item>
      <title>New UIDatePicker Styles in iOS 14</title>
      <link>https://emptytheory.com/blog/new-uidatepicker-styles-in-ios-14</link>
      <guid>https://emptytheory.com/blog/new-uidatepicker-styles-in-ios-14</guid>
      <pubDate>Tue, 24 Nov 2020 00:00:00 GMT</pubDate>
      <description>One of the nice new features that came out with iOS 14 were some new options around the venerable UIDatePicker. There are now some choices other than just the slot machine-style wheels! Since iOS 2.0,…</description>
    </item>
    <item>
      <title>Identify Supported Images and Create Collections in SF Symbols 2</title>
      <link>https://emptytheory.com/blog/identify-supported-images-and-create-collections-in-sf-symbols-2</link>
      <guid>https://emptytheory.com/blog/identify-supported-images-and-create-collections-in-sf-symbols-2</guid>
      <pubDate>Tue, 13 Oct 2020 00:00:00 GMT</pubDate>
      <description>If you've been doing any sort of app development with iconography since iOS 13 came out, there's a good chance you leveraged the original SF Symbols app. With around 1,600 scalable, vector-based symbo…</description>
    </item>
    <item>
      <title>Better Uniform Type Identifiers with Xcode 12</title>
      <link>https://emptytheory.com/blog/better-uniform-type-identifiers-with-xcode-12</link>
      <guid>https://emptytheory.com/blog/better-uniform-type-identifiers-with-xcode-12</guid>
      <pubDate>Tue, 29 Sep 2020 00:00:00 GMT</pubDate>
      <description>If you've been doing any kind of file uploads, downloads, previews, and such in past versions of Xcode and needed to deal with MIME types or file extensions, you've probably had to deal with Uniform T…</description>
    </item>
    <item>
      <title>Manage Developer Disk Space Easily with macOS Big Sur</title>
      <link>https://emptytheory.com/blog/manage-developer-disk-space-easily-with-macos-big-sur</link>
      <guid>https://emptytheory.com/blog/manage-developer-disk-space-easily-with-macos-big-sur</guid>
      <pubDate>Sun, 27 Sep 2020 00:00:00 GMT</pubDate>
      <description>Prior to macOS 11 Big Sur, cleaning up development disk space by deleting old iOS or watchOS device support versions and Xcode caches was something of a pain, requiring command-line calls to directori…</description>
    </item>
    <item>
      <title>Using Comparable with Enumerations in Swift 5.3</title>
      <link>https://emptytheory.com/blog/using-comparable-with-enumerations-in-swift-5-3</link>
      <guid>https://emptytheory.com/blog/using-comparable-with-enumerations-in-swift-5-3</guid>
      <pubDate>Wed, 01 Jul 2020 00:00:00 GMT</pubDate>
      <description>As expected, there was so much goodness in WWDC 2020 last week. From exciting new software changes in Swift UI, collection views, and much more to the anticipated move away from Intel to Apple Silicon…</description>
    </item>
    <item>
      <title>Cleaning Up Swift Enumeration Evaluation</title>
      <link>https://emptytheory.com/blog/cleaning-up-swift-enumeration-evaluation</link>
      <guid>https://emptytheory.com/blog/cleaning-up-swift-enumeration-evaluation</guid>
      <pubDate>Tue, 16 Jun 2020 00:00:00 GMT</pubDate>
      <description>Just some quick and simple Swift stuff in this post around writing cleaner code. It's pretty common to see a pattern like the following in existing code when evaluating enumerations.</description>
    </item>
    <item>
      <title>Use the new Xcode 11 Distribution Certificate Format</title>
      <link>https://emptytheory.com/blog/use-the-new-xcode-11-distribution-certificate-format</link>
      <guid>https://emptytheory.com/blog/use-the-new-xcode-11-distribution-certificate-format</guid>
      <pubDate>Mon, 27 Apr 2020 00:00:00 GMT</pubDate>
      <description>If you've ever distributed an app to the Apple App Store, you've probably generated an iOS Distribution certificate (either from Xcode or directly from the Apple Developer site. With Xcode 11, Apple r…</description>
    </item>
    <item>
      <title>Nicely Formatted Lists with ListFormatter</title>
      <link>https://emptytheory.com/blog/nicely-formatted-lists-with-listformatter</link>
      <guid>https://emptytheory.com/blog/nicely-formatted-lists-with-listformatter</guid>
      <pubDate>Sun, 29 Mar 2020 00:00:00 GMT</pubDate>
      <description>Last time we took a look at the very useful RelativeDateTimeFormatter to create localized strings describing date differences programmatically. In this post we'll look at a better way to handle presen…</description>
    </item>
    <item>
      <title>Formatting Relative Dates the Easy Way</title>
      <link>https://emptytheory.com/blog/formatting-relative-dates-the-easy-way</link>
      <guid>https://emptytheory.com/blog/formatting-relative-dates-the-easy-way</guid>
      <pubDate>Wed, 26 Feb 2020 00:00:00 GMT</pubDate>
      <description>Prior to iOS 13, converting a date from the Date object to a nicely formatted string such as "10 days ago" or "next month" required a lot of custom coding or maybe third-party libraries to manage the…</description>
    </item>
    <item>
      <title>Using UITabBarAppearance for Tab Bar changes in iOS 13</title>
      <link>https://emptytheory.com/blog/using-uitabbarappearance-for-tab-bar-changes-in-ios-13</link>
      <guid>https://emptytheory.com/blog/using-uitabbarappearance-for-tab-bar-changes-in-ios-13</guid>
      <pubDate>Tue, 31 Dec 2019 00:00:00 GMT</pubDate>
      <description>With iOS 13, Apple finally made some long overdue changes to support more effective customizations of the tab bars, and tool bars in your apps. The new UITabBarAppearance, UIBarAppearance, and related…</description>
    </item>
  </channel>
</rss>