New posts in swift4

Module compiled with Swift 4.0 cannot be imported in Swift 4.0.1

Value of type 'StorageMetadata' has no member 'downloadURL'

Barcode on swift 4

navigation bar rightbaritem image-button bug iOS 11

Swift 4 "This class is not key value coding compliant"

Using Decodable in Swift 4 with Inheritance

How can I deal with @objc inference deprecation with #selector() in Swift 4?

Sorting Struct array in Swift 4

How can I use Swift’s Codable to encode into a dictionary?

Swift JSONDecode decoding arrays fails if single element decoding fails

With JSONDecoder in Swift 4, can missing keys use a default value instead of having to be optional properties?

How to decode a property with type of JSON dictionary in Swift [45] decodable protocol

Command CompileSwift failed with a nonzero exit code in Xcode 10 [duplicate]

warning: 'characters' is deprecated: Please use String or Substring directly

How to decode a nested JSON struct with Swift Decodable protocol?

Swift 4 Decodable with keys not known until decoding time

How to use swift 4 Codable in Core Data?

How can I use String substring in Swift 4? 'substring(to:)' is deprecated: Please use String slicing subscript with a 'partial range from' operator

How do I use custom keys with Swift 4's Decodable protocol?

How do I write dispatch_after GCD in Swift 3, 4, and 5?