9 Notes May 2021
1. Codable = Decodable + Encodable What is Codable? Codable is to convert the JSON data object to an actual Swift class or struct and vice versa. It’s usually used when t…
Read more →
Build logs, short notes, and the things I work out in public before they turn into articles.
1. Codable = Decodable + Encodable What is Codable? Codable is to convert the JSON data object to an actual Swift class or struct and vice versa. It’s usually used when t…
Read more →
1. How to detect Push Notification content I have a problem when getting multiple notifications to need a different direct page so this one of the solution filter by con…
Read more →1. Notification Center willResignActiveNotification call multiple times When using notification center set in interactor init class (module fullscreen)I get multiple call…
Read more →