Skip to content

Commit

Permalink
Remove Todo section from README in favor of issue tracker
Browse files Browse the repository at this point in the history
Removed items are covered by these issues:

- Carthage support: #61
- Public data source: #163
  • Loading branch information
cdzombak committed Feb 29, 2016
1 parent 2f375b0 commit 3a4cfae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ NYTPhotoViewer has a straightforward implementation using standard UIKit compone
It is intended to be used without the need for subclassing, and as such it accepts model objects conforming to a `NYTPhoto` protocol and provides ample opportunity for customization via the `NYTPhotosViewControllerDelegate`. Since standard APIs are used, the client has full control over the transitions and customization of the `NYTPhotosViewController`.
## Todo
- [Carthage](https://github.com/Carthage/Carthage) support (see [#61](https://github.com/NYTimes/NYTPhotoViewer/issues/61)).
- Animate bounds changes like Tweetbot and Facebook.
- Publicly expose the data source property.
## License
NYTPhotoViewer is available under the Apache 2.0 license. See [`LICENSE.md`](https://github.com/NYTimes/NYTPhotoViewer/blob/develop/LICENSE.md) for more information.
Expand Down

0 comments on commit 3a4cfae

Please sign in to comment.