Bootstrap

ios判断手机中是否安装了某个App

1.获取手机中安装的所有App
1.1.runtime中的方法,所以要导入
#include <objc/runtime.h>
1.2.在 AppDelegate.m文件中的
;