Click here to Skip to main content
15,892,839 members
Articles / Mobile Apps

Keyboard Handling in iPhone Applications using one line of code

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
23 Dec 2012CPOL2 min read 29.1K   577   5  
This is a tutorial about KeyboardHandler library in iPhone
  • KeyboardHandler_Demo.zip
    • __MACOSX
    • KeyboardHandler Demo
      • .DS_Store
      • .git
        • branches
        • COMMIT_EDITMSG
        • config
        • description
        • HEAD
        • hooks
          • applypatch-msg.sample
          • commit-msg.sample
          • post-update.sample
          • pre-applypatch.sample
          • pre-commit.sample
          • prepare-commit-msg.sample
          • pre-rebase.sample
          • update.sample
        • index
        • info
          • exclude
        • logs
          • HEAD
          • refs
            • heads
              • master
        • objects
          • 0b
            • 162f1a71c0ec0839d7ce468e707bc3087a10f8
          • 2f
            • 08637761f670d801eb8650525a5fce52945ff5
          • 33
            • 03548ee28cfa96ec437c3c01a523b5310eaf1a
          • 47
            • 7b28ff8f86a3158a71c4934fbd3a2456717d7a
          • 4b
            • 5aebaabed83ff28bfb4cfaac144b78473190e3
          • 50
            • 7d3999910b790083889bcb216956e6c13b278c
          • 5c
            • a503fe566c7230185ae7cb0a848c43de5ce33e
          • 62
            • d5ef7648bfcad339289a7da6efda7b76cf7885
          • 6e
            • 6aacb5591cde719e6cfffc0c4acf82edd1d7a7
          • 7b
            • 6d77caf6f989cac9215e7801d567387ed359d8
          • 90
            • d55b303d21897101ad7d099d0892f1e9391dfd
          • 9b
            • 2c639acb71180a13d4bf1f871053a01aa092dc
          • a9
            • 4e4bc8567c7377a726ba199278b310019e2db0
          • ad
            • 54069154100bfae1eebb3e5c9593e4d6876b93
          • c7
            • 8e042e7565908484215dabb19eaa5702f95e82
          • e7
            • 178e4d5666a3b75aa48de33b966f0590665a8e
          • f5
            • 8999b214a0955dc992ea1b571b7b9558fbdef3
          • fc
            • ee34a63ad11d4a37ab5030559af331724b3343
          • info
          • pack
        • refs
          • heads
            • master
          • tags
      • KeyboardHandler Demo.xcodeproj
        • project.pbxproj
        • project.xcworkspace
          • contents.xcworkspacedata
          • xcuserdata
            • sukhpal.xcuserdatad
              • UserInterfaceState.xcuserstate
        • xcuserdata
      • KeyboardHandler Demo
      • KeyboardHandler Lib
  • KeyboardHandler_Lib.zip
//
//  ViewController.h
//  KeyboardHandler Demo
//
//  Created by Sukhpal on 12/16/12.
//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ViewController : UIViewController
{
    IBOutlet UIScrollView *scrollView;
    
}
@end

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
B. Tech in Computer Science. Rich experience in different types of applications mainly Mobile and Web Development.

Worked on J2SE, J2EE, C, C++, C#, Objective C, Ruby, ASP.NET, Visual Basic, HTML, Java Script, CSS, Android, BlackBerry, iOS, Rhomobile and PhoneGap.

Comments and Discussions