Search

All posts

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

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

9 Notes In March 2020

1. Set Multiple navbars with extension - Extension extension UIViewController { func setupNavigationBarRightItems(items: UIBarButtonItem...) { self.navigation…

Read more →
9 Notes In March 2020
9 Note

9 Notes In February 2020

1. Hide Element on Select tableView cell func tableView ( tableView : UITableView , cellForRowAtIndexPath indexPath : NSIndexPath ) -> UITableViewCell { if indexPath . row == curren…

Read more →
9 Notes In February 2020