Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.61 KB

README_en.md

File metadata and controls

35 lines (21 loc) · 1.61 KB

Rolling Notice、Rolling Advertisement

  CocoaPods 

Introduce(for Swfit 4.2+)

This library can scroll any view, scroll up and down the notice, advertising. It can be very flexible, similar to UITableViewCell. You only need to customize the view and assin value according to the index, roll will be done by it!

Features

  • According to the UITableView design concept, developers only need to customize their own view (no matter how complicated it is) and assign value according to the index, roll will be done by it!
  • A simple use for one line label roll, its own cell will be OK. For complicated cell you can customize view.
  • All cells support reuse, same kind of cell will be allocted up to 2
  • Support dynamic refresh data source, multi type cell mix
  • Almost the same as UITableView usage

Issues are welcome, hope you like it!

Usage

  • manual: drag GYRollingNoticeView-Swift in your project
  • Cocoapods: pod 'RollingNotice-Swift'

customized cell must inherit GYNoticeViewCell.

For more details, see the demo project. Just similar as UITableView.

License

GYRollingNoticeView is provided under the MIT license. See LICENSE file for details.