diff --git a/GitExplorer-iOS/ViewController.swift b/GitExplorer-iOS/ViewController.swift index d032977..740e704 100644 --- a/GitExplorer-iOS/ViewController.swift +++ b/GitExplorer-iOS/ViewController.swift @@ -45,7 +45,16 @@ class ViewController: UIViewController { primarySelect.data = Repository.shared.primaryOption primarySelect.onDataSelect = { command in - + /****when you reselect first item, maybe previous search results in "Usage" and "note" + boxes should be cleared and second pull down menu? under "I want to" could reflect the change + changes of options dependent on the first pull down menu + This way you won't have an option of for example, " I want to clone - a new branch" + ****/ + + self.secondarySelect.labelTxt = "" + self.usageInfo.infoText = "" + self.noteInfo.infoText = "" + // self.secondarySelect.alpha = 1.0 self.secondarySelect.data = Repository.shared.secondaryOptions[command.value]! diff --git a/README.md b/README.md index 335ab8b..a6288d6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Recommend me on LinkedIn - +**this is an awesome app. Sorry I'm practicing **Git Explorer** is a simple iOS application to search git command on one click. Dedicated to all Software Developers with ❤️.