- 1、本文档共37页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
目 录
摘 要 I
ABSTRACT II
第一章 引言 1
一、课题的目的和意义 1
二、移动互联网时代 1
三、主要设计内容 2
第二章 iOS、语言、环境以及所用技术介绍 3
一、iOS简介 3
二、操作界面 3
三、Objective-C语言 4
四、Xcode开发环境 4
五、JSON解析 5
六、XML文件解析 5
七、SQLite数据库 6
第三章 需求分析 8
一、设计背景 8
二、总体设计 8
第四章 详细设计与实现 10
一、应用的流程图 10
二、首页展示设计 10
三、用户星宿选择的模块 12
四、用户星宿的查询结果模块 13
五、其他星宿的模块 14
六、星宿配对模块 16
七、电子书模块 19
八、结果页面的微博分享模块 20
第五章 测试 23
一、测试项目 23
(一)测试星宿查询模块 23
(二)测试星宿查询结果模块 23
(三)测试星宿配对模块 23
(四)测试电子书模块 23
(五)测试分享模块 23
二、测试汇总 24
致 谢 25
参考文献 26
附 录 27
一、UIPickView的日期显示操作 27
二、查询结果的页面的排版 29
三、电子书的核心排版算法 31
摘 要
随着近几年智能手机的爆炸式增长,手机已经成为我们生活中不可或缺的一部分,并且已经逐渐改变了人们的生活方式。朋友同学聚会,可以用大众点评网有哪些信誉好的足球投注网站附近500米内最好的餐馆;在坐公交、地铁的过程中,各种各样的手机游戏也成了您打发时间的的最佳方式。
本文主要对在iOS设备上实现应用开发进行详细的分析介绍。本项目以中国古代星宿文化为背景,配以星宿的介绍、用户星宿的查询、星宿配对功能。用户输入自己的农历或者公历生日信息,就能查看用户自己所属的星宿信息,也能选择双方的星宿查看配对的信息。并提供星宿传说故事的电子书供用户阅读,集成第三方微博功能让用户分享本应用。
关键词:智能手机、iOS、星宿、电子书。
ABSTRACT
In recent years, with the rapid growth of smart phones,the mobile phone has become an indispensable part of our lives,and it is changing our lives. While friends or classmates gathering,we can use the public comment network search the best restaurant within 500 meters; While on the bus and subway, all kinds of mobile phone games has become the best way to pass the time.
This article will concentrate on the development of the iOS device application to have detailed analysis and introductions. As the background with constellation which is the culture of ancient China,it include the introduction of constellation, users’ constellation qury and constellation match. Users input their lunar or Gregorian calendar birthday information, they can view their own information which belongs to the constellation .They also can select their both constellation information to view the result of their constellation match.Also it provide the constellation legends eBook for users to read.The third-part microblog can be used to share this application.
Keywords: Smartphone、iOS、constellation、e-book reader.
第一章 引言
近几年,随着使用智能手机的人数的迅猛增长,作为当今最成熟的智能手机系统之一的iOS系统越来越受到人们的青睐。而针对iOS系统的移动
文档评论(0)