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
Post a Comment