I just finished working with Android Activity, which allows other actions to call it for some result (it is not intended for stand-alone Activity). Now I am working on an equivalent iOS application and cannot find any resources for how I would enable similar features in iOS.
Situation: The tool I am creating is intended for use by other applications, and not as a standalone application. The fact is that the GUI that should be presented to the user is more likely to be involved, so I would like to provide the developer with an all-in-one package that they can simply launch and get the results. Doing this on Android was very simple. I just wrote an Activity and instructed the developer to run this Activity for the result. I looked around and can't find similar functionality to let the iOS developer do the same. What would be the best way to do this?
I think that part of the problem that I have when searching for resources is that I'm not quite sure what I am doing is called. Library? expansion? plugin? I would think that the library does not have a graphical interface, and it seems that extensions and plugins are made for an extensible application (that is, one in which the user can install the extension / plugin).
HasFiveVowels
source share