[go: nahoru, domu]

Skip to content

luowanglin/WLScheduleTableCell

Repository files navigation

WLScheduleTableCell

Build Status Pod Version Pod License Dependency Status

This component for custom UITableViewCell.

Features

  • Event of Time Axi for UITableView

Requirements

  • iOS 8.0 or later
  • Xcode 9.0 or later

Getting Started

  • Read this Readme doc

Communication

  • If you need help, you can reach me via luowanglin@icloud.com
  • If you'd like to ask a general question,please kindly send me an email to luowanglin@icloud.com
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.
  • If you want to learn more about me,click to my page

How To Use

There are tow ways to use WLScheduleTableCell in your project:

  • using CocoaPods
  • by cloning the project into your repository

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.

Podfile

platform :ios, '8.0'
pod 'WLScheduleTableCell', '0.0.6'

If you are using Swift, be sure to add use_frameworks! and set your target to iOS 8+:

platform :ios, '8.0'
use_frameworks!

Author

Licenses

All source code is licensed under the MIT License.