RSlideView 1.0.6

RSlideView 1.0.6

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最新发布2015年9月

Ricky Tan维护。



R-Slide-View


特性

  • 与UITableview类似的API,易于使用
  • 支持循环滚动,您可以无限地往一个方向滑动。
  • 支持连续滚动,当它停止滚动时,它会自动将偏移量调整到一个整页。
  • 支持pageSize, pageMargin配置,非常灵活。
  • 支持Interface Builder,只需从对象库中拖拽一个UIView到您的视图中,并将它的类设置为RSlideView,即可开始使用。

Screenshot ios7

Interface Builder

  • 步骤1. 从对象库中将UIView拖放到您的视图中
  • 步骤2.UIView的类设置为RSlideView

  • 步骤3. 设置您想要的属性

要求

  • iOS 5及以上
  • Xcode 6.0
  • 框架:Foundation, UIKit

许可

MIT

Copyright (c) 2015 Ricky Tan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.