Welcome![Sign In][Sign Up]
Location:
Search - uiscrollview

Search list

[MacOS developZoomwithScroll

Description: Zoom image and UIScrollview
Platform: | Size: 1476608 | Author: Rupendra | Hits:

[IOSGrid

Description: 本组件是用UIScrollView实现, 当大数量与多列数据显示时,支持标题行与左列的滑动锁定。 因为最近在做股票软件,看到同类软件,大多产品的大盘数据都没有发挥iPhone的特性,发上来共享下〜 〜 -This component is UIScrollView achieved, when the big numbers and multi-column data is displayed in support of the header row and left column of the slide lock. Because of the recent Zuo Gupiao software, see the similar software, mostly large cap product data did not play iPhone features up to share the hair ~ ~
Platform: | Size: 606208 | Author: suruiqiang | Hits:

[IOSiPhoneScrollView

Description: Objective-C实现Cocoa touch中ScrollView。-The use of UIScrollView in Cocoa touch.
Platform: | Size: 591872 | Author: jimmy | Hits:

[MacOS developandreyvit-ScrollingMadness1

Description: Catalog of UIScrollView samples (iPhone) This project used to demonstrate some hacks needed to implement Photos.app-style paging+scrolling+zooming on iPhone. However I m pleased to say that on iPhone OS 3.x no hacks are necessary any more! First, nested UIScrollView s are supported natively on 3.x. To implement paging+scrolling you just use an outer UIScrollView in paging mode, and separate UIScrollViews for each page. They work together automagically. Second, UIScrollView now supports programmatic zooming natively. See setZoomScale: and the like. Third, many of you came here to implement double-tap-to-zoom functionality. Apple now has an example called ScrollViewSuite which shows this, and contains some other tricks like tiling. You should really check it out.
Platform: | Size: 1024 | Author: gdhana | Hits:

[MacOS developtableViewPUIScoll

Description: UItableview跟UIScrollView的嵌套使用,几基本的用法-UItableview with UIScrollView' s nest, a few basic usage
Platform: | Size: 21504 | Author: ian | Hits:

[IOSscroll-text-picker

Description: 简单的UIScrollView,UITextView,UIPickerView的使用,含较为详细的注释-the simple sample of using UIScrolView、UITextView、UIPickerView
Platform: | Size: 128000 | Author: chengjingjia | Hits:

[MacOS developscrollDemo

Description: uiscrollview 动态加载,加载页数为3页,可以保证在不断翻页过程中,内存增长的速度-uiscrollview
Platform: | Size: 57344 | Author: wuxiuling | Hits:

[MacOS developPractiveDemo.xcodeproj

Description: iOS开发,一些简单的demo,uiscrollview,以及动画方面的demo-iOS development, some simple demo, uiscrollview, as well as animation demo
Platform: | Size: 40960 | Author: taowanli | Hits:

[MacOS developVDisk.xcodeproj

Description: uiscrollview 简单应用以及简单动画的使用-the uiscrollview simple applications as well as the simple animation
Platform: | Size: 215040 | Author: taowanli | Hits:

[MacOS developKLScrollSelect_10804

Description: 实现无限循环滚动的UIScrollView,可以设置不同的滚动速度。自动滚动时,两列滚动视图的滚动速率是一样的。当用手指滚动某一列时,两列滚动视图的滚动速率是不同的 -Achieve infinite loop scrolling UIScrollView, you can set different scrolling speed. Automatic scroll, the two rows of rolling rate is the same view of the rolling. When a column when scrolling with your finger, two scroll view scroll rate is different
Platform: | Size: 3066880 | Author: lx | Hits:

[IOS2_Autoscroll

Description: UIscrollview Demo 详细UIscrollview 代码例子,-UIscrollview Demo
Platform: | Size: 35840 | Author: liuwei | Hits:

[IOS58756

Description: 基于CATiledLayer UIScrollView的地图显示程序TiledLayer_iphone,精选ios编程学习源码,很好的参考资料。-CATiledLayer UIScrollView map display program based on TiledLayer_iphone, selection of learning IOS programming source code, a good reference.
Platform: | Size: 783360 | Author: 糟熘鱼片 | Hits:

[MacOS developphoto

Description: UIScrollView做的导航相册, 照片可放大缩小-UIScrollView navigation photos
Platform: | Size: 1689600 | Author: wjk | Hits:

[IOSiOS-refresh-table

Description: 在iOS开发中经常会遇到信息逐条展示的情况,当信息条数较少时我们当然可以让一次性将所有的信息放进UITableView的数据源中,但是当信息条数几百上千,而且包含大量图片(如小说app的书目展示)时,一次性将它们全部从后台获取出来放在UITableView中显然不现实,而应该一次显示几行数据,然后通过下拉和上拉再次从后台获取数据。这时候就需要用到带上下拉刷新动画的table。 MJRefresh是github上的开源项目,它能够很方便的实现UIScrollView、UITableView、UICollectionView、UIWebView的刷新动画,并且可以自定义刷新动画效果,功能十分强大。 我在MJRefresh的基础上实现了一个可以直接使用的table——SKRefreshTableView,继承自UITableView,它除了拥有UITableView的所有功能外还自带了刷新动画的上下拉监听函数。在使用上,除了像一般UITableView那样实现它的datasource和delegate之外,只需要额外实现定义在SKRefreshTableView.h中的SKRefreshDelegate协议的pulldown访问pullup两个函数,在这两个函数中实现数据的远程获取和table的reloaddata就好。 我在这个类中只实现了默认的刷新动画,有兴趣的朋友们可以根据MJRefresh的功能实现自己喜欢的刷新动画-In iOS developers often encounter situations information presented one by one, when the small number of messages we can certainly make a one-time UITableView all information into a data source, but when several hundreds of thousands of pieces of information, and contains a large number of pictures (eg novel app bibliography shows), the one time all of them get out the background on UITableView obviously unrealistic, but should display a few lines of data, then get the data through the pull-down and pull-up again the background. This time you need to use the pull-down refresh to bring animation table. MJRefresh is an open source project on github, it can easily achieve UIScrollView, UITableView, UICollectionView, UIWebView refresh animation, and you can customize the refresh animation effects, very powerful. I realized on the basis of MJRefresh on the table that can be used directly- SKRefreshTableView, inherited UITableView, which in addition to having all the features of UITableV
Platform: | Size: 56320 | Author: Sakura | Hits:

[IOSmimiview

Description: 个人封装的基于UIScrollView的瀑布流(不带返回效果),并附有使用方法。希望对大家的开发工作有帮助。-Individual package UIScrollView waterfall flow based on (without return effect), and with the use of methods. We hope to help the development of.
Platform: | Size: 6144 | Author: 王海 | Hits:

[MacOS developMultipleScrollViewDemo

Description: 解决多个scrollview嵌套的滚动冲突问题(Resolving nested scrolling conflicts in multiple Scrollview)
Platform: | Size: 36864 | Author: mxr_hy | Hits:

CodeBus www.codebus.net