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 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

Mac Tips

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

9 Notes In January 2020

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