xFrame5Mobile 1.1.6

xFrame5Mobile 1.1.6

Sanghong 维护。



  • hansne

1. 摘要

xFrame5Mobile 프레임워크는 (주)소프트베이스에서 개발한 U.I 통합 솔루션인 xFrame5의 iOS앱 용 프레임워크이다.
xFrame5로 작성된 화면이 iOS앱에서 동작할 수 있도록 Web to App를 위한 scheme과 App to Web을 위한 자바스크립트를 제공한다.

2. 用法

cocoapod 安装

pod "xFrame5Mobile"

在 info.plist 中添加 xFrame5 键

选择使用 xFrame5Mobile 框架的项目后,在 info.plist 中创建 NSDictionary 类型的 xFrame5 键

    <key>xFrame5</key>
	<dict>
		<key>START_PAGE</key>
		<string>http://xxxxxx/test.html</string>
		<key>debug</key>
		<true/>
	</dict>
  • START_PAGE : 应用启动时首先调用的 URL
  • debug : 是否为调试模式
  • PushEnable

根据使用功能,在 info.plist 中添加权限语句

  • 使用相册功能时
    • 隐私 - 照片库使用描述项添加
  • 使用相机功能时
    • 隐私 - 摄像头使用描述项添加
  • 使用位置功能时
    • 隐私 - 总是使用位置描述项添加
    • 隐私 - 使用位置时描述项添加