New posts in swift4

Swift 4 approach for observeValue(forKeyPath:...)

UIImageJPEGRepresentation has been replaced by instance method UIImage.jpegData(compressionQuality:)

Getting string from Swift 4 new key path syntax?

Generic Swift 4 enum with Void associated type

How to asynchronous load image from a web-server in UICollectionView using NSCache

In Swift 4, how do I remove a block-based KVO observer?

Codable enum with default case in Swift 4

Swift Codable with dynamic keys

Custom Swift Encoder/Decoder for the Strings Resource Format

Swift 4 JSON Decodable simplest way to decode type change

What is difference between optional and decodeIfPresent when using Decodable for JSON Parsing?

Simultaneous accesses to 0x1c0a7f0f8, but modification requires exclusive access error on Xcode 9 beta 4

Encode/Decode Array of Types conforming to protocol with JSONEncoder

Unable to access Swift 4 class from Objective-C: "Property not found on object of type"

Swift 4 JSON Decodable with multidimensional and multitype array

What is export * in module.modulemap file inside each framework?

Xcode 9 : Module compiled with Swift 3.1 cannot be imported in Swift 4.0

Encode nil value as null with JSONEncoder

UIApplication.registerForRemoteNotifications() must be called from main thread only

Codable class does not conform to protocol Decodable