Search

All posts

Build logs, short notes, and the things I work out in public before they turn into articles.

9 Note

9 Notes June 2021

1. Extension: Layout-Helper Layout Helper is created to solve the issue of constraint based layout where the developer are bound by the size classes for the same size cla…

Read more →
9 Notes June 2021
9 Note

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 →
9 Notes May 2021
9 Note

9 Notes April 2021

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 →
9 Note

9 Notes March 2021

1. Notification Center willResignActiveNotification call multiple times When using notification center set in interactor init class (module fullscreen)I get multiple call…

Read more →
9 Notes March 2021