Search

All posts

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

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

9 Notes January 2021

1. Remove Tabbar Title  - This code will be remove all title in tabbar item func removeTabbarItemsText() { var offset: CGFloat = 0.0 if #available(iOS…

Read more →
9 Notes January 2021
9 Note

9 Notes Desember 2020

 1. Add Filter Parameters For Url String var url = URLComponents(string: "http://myapi.com/api/customer")! print(url) // http://myapi.com/api/customer url.que…

Read more →
9 Notes Desember 2020