Search

All posts

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

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

9 Notes February 2021

1. Dynamic string with format this dynamic link use a single input string extension String { // MARK: dynamic string in string for single input func dyna…

Read more →
9 Notes February 2021