Search

All posts

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

9 Note

9 Notes September 2021

1. Navigate right and left tabbar file in Xcode 12 and new verison ⌘ ⇧ [ or ] to navigate left and right of the tabs. source:  https://samwize.com/2020/08/21/navigating-xco…

Read more →
9 Notes September 2021
9 Note

9 Notes August 2021

1. Delete local branch without delete remote branch(git) - Right click in target branch you want to delete ex: bugs/SD-1986  - checklist "Force delete" to delete…

Read more →
9 Notes August 2021
9 Note

9 Notes July 2021

1. CleverTap Push notification APNs Bad Device Token When I'ill use clevetap found this error in clevertap Solution is: -  I try check this link doc  https://developer.c…

Read more →
9 Notes July 2021
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