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 →
Build logs, short notes, and the things I work out in public before they turn into articles.
1. Notification Center willResignActiveNotification call multiple times When using notification center set in interactor init class (module fullscreen)I get multiple call…
Read more →
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 →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 →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 →