Giter Club home page Giter Club logo

divingboard's People

Contributors

jim-rhoades avatar nitrag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

divingboard's Issues

Suggestion

Hey Jim, great contribution here! Thanks.

I'd like to make a suggestion. I don't believe the Storyboard/Segues to PhotoCollectionViewController are necessary to only house PhotoCollectionViewCell. I think it would be much easier to read the code if created programmatically.

What do you think?

Simplify user interface

Thinking about how people will actually use this, the user interface could be simplified. The "Curated" photos tab isn't something that people will use much, and the "New" and "Search" screens could be combined in one.

The benefits would be:

  1. one less tap needed to start a search
  2. potential for reduced memory usage (one view controller/collection view worth of photos in memory vs. up to three)

The downsides would be:

  1. a UISearchBar always showing... though it wouldn't take up much more screen space than the CollectionTypePickerView does now
  2. no way to view "Curated" photos, but again I don't think anybody would miss that

So, the CollectionTypePickerView should be removed completely, and DivingBoard should start by showing "New" photos with the search bar available directly on that screen.

Also, a "Cancel" button will need to be added next to the search bar (otherwise, once you start a search there would be no way to go back to viewing "New" photos).

Same photo showing multiple times

Occasionally, when scrolling quickly through photos the same photo can end up being displayed in more than one cell.

(Most likely something to do with cell reuse and loading the photo thumbnails asynchronously... but I haven't had a chance to dig into this problem yet.)

Deployment Target

Is there a reason you're requiring SDK > 11? It's always best to set it to at least -1 major version, especially if you don't need the latest features.

[!] CocoaPods could not find compatible versions for pod "DivingBoard":
  In Podfile:
    DivingBoard (~> 1.1)

Specs satisfying the `DivingBoard (~> 1.1)` dependency were found, but they required a higher minimum deployment target.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.