码迷,mamicode.com
首页 >  
搜索关键字:touch dispatchtouchevent    ( 4611个结果
View & draw
When an iOS application is launched, it starts a run loop. The run loop’s job is to listen for events,such as a touch. When an event occurs, the run l...
分类:其他好文   时间:2014-12-08 15:11:31    阅读次数:188
黑马程序员------Objective-C语言概述及语法初体验
一、Objective-C(以下简称OC)简介                 Objective-C 是在 C 的基础上,加入面向对象特性扩充而成的通用型高级编程语言,也写作 ObjC 、Obj-C 和较少用的   Objective C。Objective-C主要应用于 Mac OS X 和 iOS 系统及其相关 API 如Cocoa、Cocoa Touch。Objective-C 最...
分类:编程语言   时间:2014-12-04 17:56:43    阅读次数:362
mac 配置 JAVA_HOME
1.启动Terminal终端工具 2.输入cd ~/ 进入当前用户的home目录 或cd /Users/YourUserName 3. 创建: sudo touch .bash_profile 4.打开并编辑: sudo vim .bash_profile JAVA_HOME=$(/usr/libexec/java_home -v 1.7...
分类:编程语言   时间:2014-12-04 14:08:53    阅读次数:169
linux学习-文件处理命令
文件处理命令 命令名称:touch 命令所在路径:/bin/touch 执行权限:所有用户 语法:touch[文件名] 功能描述:创建空文件 范例:$ touch hephec.list文件处理命令 命令名称:touch 命令所在路径:/bin/touch 执行权限:所有用户 语法:touch[文件名] 功能描述:创建空文件 范例:$ touch hephec.list...
分类:系统相关   时间:2014-12-04 14:01:48    阅读次数:159
linux中touch命令的常见用法
linux下touch命令的常见用法...
分类:系统相关   时间:2014-12-03 21:29:14    阅读次数:213
Apache Cordova介绍
Apache Cordova是一套设备API,允许移动应用的开发者使用JavaScript来访问本地设备的功能,比如摄像头、加速计。它可以与UI框架(如 jQuery Mobile或Dojo Mobile或Sencha Touch)等相结合使用,这些UI框架可以使用HTML、CSS和JavaScri...
分类:Web程序   时间:2014-12-03 12:10:31    阅读次数:466
关于tableView点击状态栏列表回到顶部的说明
这是tableView继承的scrollView的一个属性  scrollsToTop。 官方说明是这样的: // When the user taps the status bar, the scroll view beneath the touch which is closest to the status bar will be scrolled to top, but onl...
分类:其他好文   时间:2014-12-02 17:16:58    阅读次数:143
The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixels, in .png format for iOS versions < 7.0”
用Xcode6 或 Application Loader发布时总是提示“Missing required icon file.The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixe...
分类:移动开发   时间:2014-12-02 11:45:30    阅读次数:247
03 Linux文件管理类命令详解
自由软件开源协定版权描述www.kernel.org获取当前最新的内核版本号Linux,GNU:GNU/Linux,源代码=》编译---》发行版发行版:Fedora,RedHat(Centos),SUSE,Debian(Ubuntu,Mint)高手Debian;Gentoo(可以自己编译),LFS(LinuxFromScratch)主流:RedHat,SUSE,DebianRedHat:通用格式..
分类:系统相关   时间:2014-12-02 09:05:17    阅读次数:222
linux常用命令 之 文件处理(二)
命令名称:touch 所在路径:/bin.touch 执行权限:所有用户 oot@localhost tmp]# touch list.txt [root@localhost tmp]# touch /root/list.txt [root@localhost tmp]# touch program files [root@localhost tmp]# ll 总计 52 drwxr-xr-...
分类:系统相关   时间:2014-12-01 16:06:48    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!