zoukankan      html  css  js  c++  java
  • 键盘控制 不及格的程序员

    Beginning iOS 4 Application Development 

     6. Keyboard inputs
    whAt yOu will leArn in thiS chApter
    How to customize the keyboard for diff erent types of inputs
    How to hide the keyboard when you are done typing
    How to detect when a keyboard is visible or not
    How to use ScrollView to contain other views
    How to shift views to make way for the keyboard
    One of the controversial aspects of the iPhone is the multi-touch keyboard that enables users
    to input data into their iPhone. Critics of the iPhone have criticized its lack of a physical key-
    board for data entry, whereas ardent supporters of virtual keyboards swear by its ease of use.
    What makes the iPhone keyboard so powerful is its intelligence in tracking what you type,
    followed by suggestions for the word you are typing, and automatically correcting the spelling
    and inserting punctuation for you. What’s more, the keyboard knows when to appear at the
    right time — it appears when you tap a Text Field view, and it goes away automatically when
    you tap a non-input view. You can also input data in different languages.
    For iPhone application programmers, the key concern is how to integrate the keyboard into the
    application. How do you make the keyboard go away naturally when it is no longer needed?
    And how do you ensure that the view the user is currently interacting with is not blocked by the
    keyboard? In this chapter, you learn various ways to deal with the keyboard programmatically. 

    iPad开发基础教程

    9. 新的输入方法

    iPhone_and_iPad_in_Action(iOS3.2 and iOS4)
    19.1 Custom keyboard accessories



    iphone sdk 3 programming advanced mobile development for apple iphone and ipod touch
    16 Custom UI Components
    16.1 Text Field Alert View
    16.2 Table Alert View
    16.3 Progress Alert View 

    南来地,北往的,上班的,下岗的,走过路过不要错过!

    ======================个性签名=====================

    之前认为Apple 的iOS 设计的要比 Android 稳定,我错了吗?

    下载的许多客户端程序/游戏程序,经常会Crash,是程序写的不好(内存泄漏?刚启动也会吗?)还是iOS本身的不稳定!!!

    如果在Android手机中可以简单联接到ddms,就可以查看系统log,很容易看到程序为什么出错,在iPhone中如何得知呢?试试Organizer吧,分析一下Device logs,也许有用.

    我的开发工具

    对于博客园里的网友,不敢称为叫"程序员"的人,你们攻击性太强,看来你们是不会想到我的用意的.园子里有不少人都非常喜欢Jeffrey,是因为它的第一版 框架设计 CLR via C#.
    可是从第一版到现在的第三版,没有看到真正底层的东西,内容仅仅是比MSDN文档更丰富一些,可能是我的要求太高了吧.
    也就是因为它很多时候会接触到微软开发人员,会经常聊聊某些问题而已,而它又将这些问题反应到书中.也许它就像一个小记者.
    它的年龄大我们不多,我的孩子与它小儿子一般大,如果我能向它那样出入微软与它们开发人员长时间交流,不仅仅会牛成它这样.....
    可是微软的开发人员不会扔太多时间在它这儿的.所以它会整天追着这个,赶它那个..屁颠个不停吧...
    而它的另一版被称为好书的 Windows核心编程,更是没有什么深度可言,仅仅是将windows提供的api,以及内核功能再重申了一遍.
    这些书对晋及编程知识是有些贡献的,再说一遍我不是在匾低谁,说说想法而已.

  • 相关阅读:
    机器学习之逻辑回归
    机器学习之线性回归与模型保存
    机器学习之决策树
    机器学习之贝叶斯算法
    机器学习之KNN算法
    算法基础与开发流程
    特征选择与特征降维
    特征预处理
    RSA加密算法和签名算法
    Java中使用OpenSSL生成的RSA公私钥
  • 原文地址:https://www.cnblogs.com/ioriwellings/p/2221067.html
Copyright © 2011-2022 走看看