Yet Another Swift Blog

Swift Tips

Discover new ways of working with Swift

  • Home
  • Tips
  • About
Swift

Creating Reusable UIAlertController

Learn how to create and present UIAlertController in reusable way.

Vadim Bulavin Vadim Bulavin 1 min read
Swift

Overriding Methods in Swift Protocol Extensions

Learn the difference between method dispatch of Swift protocols.

Vadim Bulavin Vadim Bulavin 1 min read
Swift

Using Typealiases with Generics in Swift

Learn how to declare a typealias with a generic type.

Vadim Bulavin Vadim Bulavin 1 min read
Swift

Difference Between Assert, Precondition and Fatal Error in Swift

Learn when to use assert(), precondition() and fatalError().

Vadim Bulavin Vadim Bulavin 1 min read
Swift

Unwrapping Optionals in Swift Unit Tests with XCTUnwrap

Learn how XCTUnwrap can help you to deal with optionals in your Swift unit tests.

Vadim Bulavin Vadim Bulavin 1 min read
Swift

Error Pattern Matching in Swift

Simple yet powerful technique to switch over Swift errors types.

Vadim Bulavin Vadim Bulavin 1 min read
Xcode

Spell Checking in Xcode 11

Learn how to spell check source code, strings and comments in Swift with Xcode 11.

Vadim Bulavin Vadim Bulavin 1 min read
Xcode

Xcode Tip: How to Generate Memberwise Initializer for Classes

Learn how to generate initializers for Swift classes.

Vadim Bulavin Vadim Bulavin 1 min read
Swift

Bytes Count Formatting

How to display byte size in human readable format using Swift.

Vadim Bulavin Vadim Bulavin 1 min read
Yet Another Swift Blog by Vadim Bulavin © 2023.
Latest publications Twitter [email protected]
OSZAR »