Skip to content

Commit

Permalink
fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjinkun committed Jun 30, 2015
1 parent 774976d commit 53ea35f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# NJKScrollFullSreen
NJKScrollFullSreen is Facebook App like scroll to full screen library.
# NJKScrollFullSrceen
NJKScrollFullSrceen is Facebook App like scroll to full screen library.

<img src="Screenshots/screencast.gif" width=320>

This repository consists of full screen delegate and full screen UI behaivior module.

- `NJKScrollFullSreen`
- `NJKScrollFullScreen`
- Simple UIScrollViewDelegate wrapper. It called delegate methods when full screen wanted.
- `UIViewController+NJKFullScreenSupport`
- Add full screen behaivior to UIViewController.

These modules are individual. You can implement your own customized full screen behavior without `UIViewController+NJKFullScreenSupport`.
`NJKScrollFullSreen` can apply not only UIScrollView but also UIWebView and UITableView.
`NJKScrollFullSrceen` can apply not only UIScrollView but also UIWebView and UITableView.

# Requirements
- iOS 5.0 or later
Expand Down

0 comments on commit 53ea35f

Please sign in to comment.