9 Notes In March 2020
1. Set Multiple navbars with extension - Extension extension UIViewController { func setupNavigationBarRightItems(items: UIBarButtonItem...) { self.navigation…
Read more →
Build logs, short notes, and the things I work out in public before they turn into articles.
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 →
1. Cannot delete file in Macbook - If u have file cannot delete use (cmd + delete) user terminal to delete it https://stackoverflow.com/a/27619241/8366535 # THIS FORM IS …
Read more →
Happy new year 1. Git stash list / Git stash twice I know just using git stash and git stash apply for one editing branch, so I need to modify two git branches with git …
Read more →