-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
11 lines (10 loc) · 918 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
Team 9 MangaFlow ReadMe:
1. Bookshelf (ComicViewViewController) beautify (DONE)
2. Disappearing Navigation bar and info (bottom) bar (DONE)
3. Page view to panel view transition (DONE)
- Double clicking on the first panel of first page can toggle between the two modes.
- TODO: Modify loadImage() to prepare image data (both page and panel) dynamically and toggleMode() to check whether user tapped inside a panel and toggle viewerMode and then call loadImage().
4. The bread and butter of our app, the auto segmentation of the comic page to panels (DONE but only vertical and horizontal)
5. Two tiers architectures in PictureViewController (Top to manage mode and image sources to low tier, and low tier just need to display the 3 images and the animation) (DONE)
6. Quick switch toolbar button for comics (IN PROGRESS)
7. Threading for loading segmentation information and presenting the comics (IN PROGRESS)