Showing
1 changed file
with
1 additions
and
6 deletions
| ... | @@ -57,7 +57,7 @@ protocol NumbersPopupDelegate { | ... | @@ -57,7 +57,7 @@ protocol NumbersPopupDelegate { |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | public override func viewWillAppear(_ animated: Bool) { | 59 | public override func viewWillAppear(_ animated: Bool) { |
| 60 | -// self.SetInfoText(t: infoText ?? "") | 60 | + super.viewWillAppear(animated) |
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | public override func viewDidLoad() { | 63 | public override func viewDidLoad() { |
| ... | @@ -103,11 +103,6 @@ protocol NumbersPopupDelegate { | ... | @@ -103,11 +103,6 @@ protocol NumbersPopupDelegate { |
| 103 | delegateBallon?.dismissedPopup() | 103 | delegateBallon?.dismissedPopup() |
| 104 | } | 104 | } |
| 105 | 105 | ||
| 106 | -// func SetInfoText(t: String){ | ||
| 107 | -// infoTextView.text = t | ||
| 108 | -// infoTextView.scrollRangeToVisible(NSRange(location:0, length:0)) | ||
| 109 | -// } | ||
| 110 | - | ||
| 111 | public override func didReceiveMemoryWarning() { | 106 | public override func didReceiveMemoryWarning() { |
| 112 | super.didReceiveMemoryWarning() | 107 | super.didReceiveMemoryWarning() |
| 113 | // Dispose of any resources that can be recreated. | 108 | // Dispose of any resources that can be recreated. | ... | ... |
-
Please register or login to post a comment