Download sampleapps scrollview Free Java Code
Description
Every time you create a form you?re gonna probably have some UITextField in it. When you have a lot of them, it?s very commom to have the UITextField hidden behind the Keyboard. A solution to the problem of textfields hidden behind the keyboard is to use a UIScrollView. It?s possible to scroll some items over the keyboard and animate them so it goes up as smooth as Apple?s own applications.
Source Files
The download file sampleapps_scrollview-master.zip has the following entries.
.gitignore//w ww . j a v a 2s .c o m
Classes/sample_scrollviewAppDelegate.h
Classes/sample_scrollviewAppDelegate.m
Classes/sample_scrollviewViewController.h
Classes/sample_scrollviewViewController.m
MainWindow.xib
README.md
main.m
sample-scrollview.xcodeproj/project.pbxproj
sample_scrollview-Info.plist
sample_scrollviewViewController.xib
sample_scrollview_Prefix.pch
Download
Click the following link to download sampleapps_scrollview-master.zip.
sampleapps_scrollview-master.zipHome »
Objective C Free Code »
UI »
Objective C Free Code »
UI »