1、 目 录 摘 要 . I 关键词 . I Abstract I Key words .II 1 前言. 1 1.1 研究背景及意义 1 1.2 移动办公国内外发展现状 1 2 开发环境及相关技术 2 2.1 iOS 系统与 Objective-C 简介 . 2 2.2 开发环境 3 2.2.1 Xcode IDE. 3 2.2.2 iPhone 模拟器 . 4 2.2.3 Instruments 5 2.3 运行环境 . 5 2.3.1 iPhone 的硬件规格 . 5 2.3.2 iPhone 在线办公上的优势 5 2.3.3 iPhone 的不足 . 6 2.4 技术简介 . 6 2.4.
2、1 MVC 模式. 6 2.4.2 iOS 内存管理 7 2.4.3 单例、委托、通知、block . 7 3 软件体系架构与设计 . 8 3.1 软件整体架构设计 9 3.2 功能性需求分析与设计 10 3.2.1 网络通信模块 10 3.2.2 登录模块 .10 3.2.3 首页模块 .10 3.2.4 车牌录入模块 11 3.2.5 派卡记录查询模块 . 11 3.2.6 套餐报价查询模块 .12 3.2.7 设置模块 .12 4 项目功能实现 .13 4.1 启动界面动画实现 .13 4.2 网络与数据13 4.2.1 网络通信模块实现 .13 4.2.2 JSON 数据解析实现 .1
3、4 4.3 登录模块 .14 4.3.1 用户登录子模块实现 14 4.4 登陆模块实现 15 4.4.1 登陆实现 .15 4.4.2 备案功能实现 17 4.5 智能拍照识别功能实现 17 4.6 定位功能实现 18 4.7 检测更新功能实现 .19 5 项目性能测试及运行情况 20 5.1 项目性能测试 20 5.2 项目运行情况 21 总结 22 参考文献 .23 致谢 24 I 基于 iOS 的派卡系统设计与应用 摘 要 网络技术与移动技术推动了移动互联网的迅速发展, 导致新一代移动端设备的迅速发展,在这 种背景下移动办公应运而生,从而渐渐改变了人们的办公方式,也改变着传统的工作模式
4、。移动办 公为自主办公提供了便捷,使它成为当前新工作模式的主流。 本文在分析国内外相关研发状况的基础上, 设计了一款基于iOS平台的APP办公应用, 之后也 逐步实现了这一设计。该应用根据移动办公过程中的特点,从用户需求分析开始,通过移动办公系 统课题的研究和开发,实现了车牌信息查询录入、查询派卡记录统计、套餐实时报价查询等功能。 系统中用到的理论知识和相关技术进行了详细介绍, 并介绍了设计和用户体验上的具体优化, 给出 了APP的性能测试。 关键词 移动技术;iPhone;iOS ;APP Paika System Design and Application Based on iOS Ab
5、stract Network technology and Mobile technology promoted the rapid development of mobile Internet,led to the rapid development of a new generation of mobile terminal equipment. Under this background, Mobile office arises, it gradually changed the way of peoples work, and changed the traditional work
6、ing mode.The Mobile office provides a convenience for independent office, make it become the mainstream of the current new work mode. In this paper, on the base of analyzing the situation which is related to research and development in domestic and overseas, I designed an APP office application that is based on the IOS, and also realize the design gradually. This application is according to the characteristics in the process of mobile office, starting from the analysis of users demand. It re