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 →Build logs, short notes, and the things I work out in public before they turn into articles.
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 →
1. Error Multiple commands produce That error can be fixing in signing and capabilities if u have an apple developer program it will be fine Example error Multiple comman…
Read more →
1. Git for delete branch $ git branch -d featureMain Deleted branch (branch name) (branch name) 2. Git for force checkout $ git branch -f featureMain ignore all code chang…
Read more →