Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhiro4949 authored Oct 18, 2017
1 parent d6f1bc9 commit 663e8e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,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 663e8e4

Please sign in to comment.