Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhiro Hayashi committed Oct 18, 2017
2 parents 88e7bac + 663e8e4 commit 35133b5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
[![License](https://img.shields.io/cocoapods/l/PagingKit.svg?style=flat)](http://cocoapods.org/pods/PagingKit)
[![Version](https://img.shields.io/cocoapods/v/PagingKit.svg?style=flat)](http://cocoapods.org/pods/PagingKit)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Build Status](https://www.bitrise.io/app/379f18aee0f4a759/status.svg?token=bA10yjS1flU0aal7TULGfQ)](https://www.bitrise.io/app/379f18aee0f4a759)

PagingKit provides customizable menu & content UI. It has more flexible layout and design than the other libraries.

Expand Down Expand Up @@ -393,6 +392,14 @@ extension ViewController: PagingContentViewControllerDelegate {
That's it.

# Class Design
There are some design philosophy in this library.

- The behavior needs to be specified by the library.
- The layout should be left to developers.
- Arrangement of the internal components must be left to developers.

Because of that, PagingKit has responsiblity for the behavior. But it doesn't specify a structure of the components.

# License

Copyright (c) 2017 Kazuhiro Hayashi
Expand Down

0 comments on commit 35133b5

Please sign in to comment.