9 Notes September 2020
1. Difference between unowned and weak The difference between unowned and weak is that weak is declared as an Optional while unowned is not. By declaring it weak you get…
Read more →Build logs, short notes, and the things I work out in public before they turn into articles.
1. Difference between unowned and weak The difference between unowned and weak is that weak is declared as an Optional while unowned is not. By declaring it weak you get…
Read more →1. Set Button Just one tap button1.exclusiveTouch = true Source: https://stackoverflow.com/a/37073845/8366535 2. How to configure test target in Xcode this example to con…
Read more →
1. Error: Your local changes to the following files would be overwritten by checkout: Please move or remove them before you switch branches. Aborting solution use this git c…
Read more →
Mockoon is local API for development, if you want to test your API with json response mockoon is a solution for that make it easy, this time I try to give example for te…
Read more →
1. The Power Of Protocol Using Protocol Extensions for Default Implementations example protocol with extension protocol Printer { func printMe() } extension Printer { …
Read more →
1. Error " Use of unresolved identifier 'YourFile.swift' " Image 1.0 If you have error like "Use of unresolved identifier" check in tab Show id…
Read more →