snailium

Results 1 issues of snailium

Current implementation requires parent controller to be Navigation Controller. But it is not necessary. It can be revised to ``` if (this.NavigationController != null) this.NavigationController.PushViewController (controller, true); else PresentViewController (controller,...