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 →
Build logs, short notes, and the things I work out in public before they turn into articles.
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 →
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 →1. Set Multiple navbars with extension - Extension extension UIViewController { func setupNavigationBarRightItems(items: UIBarButtonItem...) { self.navigation…
Read more →
1. Hide Element on Select tableView cell func tableView ( tableView : UITableView , cellForRowAtIndexPath indexPath : NSIndexPath ) -> UITableViewCell { if indexPath . row == curren…
Read more →