background image

6、The edit menu can display custom items:您可以提供菜单项,来增加或替换标准剪切,
复制,粘贴,选择,和所有命令

7、The keyboard view can be customized:iOS 3.2 允许您设计一个自定义的输入 input 
view ,替换系统提供的屏幕键盘。如果您提供一个自定义 input view,确保它的功能对于用
户是显而易见的。

8、The keyboard view can include custom input accessories.

9 、 Custom  text  views  can  support  text  in  multiple  styles  and  offer  advanced  editing 
features.您可以提供文字处理能力,并支持拼写检查和自动完成文字输入。拼字矫正功能 -
UITextChecker

http://developer.apple.com/library/ios/#documentation/General/Conceptual/iPadHIG/Intro
duction/Introduction.html%23

以上链接为

ipad 用户界面指南

http://developer.apple.com/library/ios/#documentation/General/Conceptual/iPadProgram
mingGuide/Introduction/Introduction.html%23/

以上链接为

ipad 程序开发指南

1
3、手势识别---UIGestureRecognizer

除了传统的点击、移动等一般的手指动作外,新的

SDK 将可以让您设计出手势和手写的程

序,您还可以运用在安全辨识或游戏中,用不同书的方法,产生不同的功能。

4、Core Text

用来显示不同的字体和文字样式

5、文字动画-效果 CATextLayer

6、自制字体-UIAppFonts

iPhone  中 文 字 体 上 面 , 我 们 总 是 觉 得 没 有 太 多 的 字 体 可 以 使 用 , 现 在 我 们 可 以 用
UIAppFonts 来注册您的字体为系统字体,并可以在程序中使用。

7、CALayer 可以支援阴影

用 函 数

shadowOpacity , sha-dow-  Radius , shadowOffset , sha-dowColor 和

 

shadowPath,就可以让您的显示元素有阴影的效果。

8、播放影片-MPMoviePlayerCon-troller