Search

All posts

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

9 Note

9 Notes August 2020

 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 →
9 Notes August 2020
9 Note

9 NOTES IN JULY 2020

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 →
9 NOTES IN JULY 2020

Swift 5 - Mockoon Local API

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 →
Swift 5 - Mockoon Local API
9 Note

9 NOTES IN JUNE 2020

1. The Power Of Protocol Using Protocol Extensions for Default Implementations example protocol with extension protocol Printer { func printMe() } extension Printer { …

Read more →
9 NOTES IN JUNE 2020
9 Note

9 Notes In May 2020

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 →
9 Notes In May 2020
9 Note

9 Notes In April 2020

1. M icroseconds to  Time Interval   timestamp : - E15 is microseconds, ex ( 1.589327675E15 ) - E12 is milliseconds, ex ( 1.589327675E12 )  // Check correct in here https://www.e…

Read more →