snailium
Results
2
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,...
I'm trying to expose service on another machine in local network. Unfortunately, that service is only provided in HTTPS. I don't want to go through the whole process to create...