标签: ios iphone
我不是ios开发人员,但我需要在ios应用上做一些工作。
基本上我需要构建一个没有UI的最小ios应用程序。我只需要一个函数存根,在启动应用程序时,执行该函数。我将使用它来运行一些本机C / C ++代码来对iOS设备上的性能进行基准测试。我有可以使用的模板吗?
感谢。
答案 0 :(得分:0)
您可以简单地创建新的Single View App,然后在目标设置中移除Main Interface(以及Launch Screen File)
Single View App
Main Interface
Launch Screen File
在AppDelegate > application(_ application: UIApplication, didFinishLaunchingWithOptions
AppDelegate > application(_ application: UIApplication, didFinishLaunchingWithOptions