I am basically developing an iOS SDK which will be used by other apps using Cocoa pods. My question is:
Is it feasible to overlay plain text on the screens of the host app, showing them important debug information(as they use the app)? pretty much like the fps information on games screens. If yes, suggestions?
Have been searching around but all I can find are discussions around overlaying on Camera, Map and Video player, like the following:
How do i overlay a text box over a native camera view in IOS
Is it possible to add a text overlay to videos?
Change text of label in ios camera overlay UIPickercontroller
Text overlay not showing in GPUImage iOS
Any guidance in this respect would be appreciated.