MvvmCross iOS similar to IMvxAndroidCurrentTopActivity -


I am trying to create a plugin in MVvmCross which uses UICFSAT. But to use it I have to be top view in iOS. I found IMVx Android content top activity in Android, but there was no such thing in iOS. Is there anything I can use in this way in iOS?

  var activity = Mvx.Resolve & lt; IMvxAndroidCurrentTopActivity & gt; (). Activity; If (activity == faucet) {new throw throw ("can not get current top activity"); }    

I do not think there is an exact equivalent.

Like the illustrator, using the plugins IModalHost , from the presenter - eg See

Other plugins rely on Static S or Globals - e.g.

For your plugin, you can provide users with a custom interface in your app (for example in the presenter) or as a bridge request in IModalHost can add. / P>

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -