The DependencyService allows in Android the ability to access the context. This means that to some extent I can add controls and overlays etc. How can I do that in iOS? I do have access to the caller's View to add things to as far as I see. Is there an example of using this framework to add framework specific controls like alerts, overlays or third-party controls?
↧