Application License FREE

Unlimited applications Binary restricted distribution Commercial use allowed Can modify source Read full license | More Info

You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

Pinterest GridView for iOS (MasonryView)

Love Pinterest's user interface? Want to create the same columned look in your apps? MasonryView is a super easy to use layout component to achieve dynamic grids.

Share and win up to $15k in prizes each month!Learn more

Share

Questions & Comments

You must be logged-in to vote. Log-in to your account or register now.

Leave a comment

You must be logged-in to leave a comment.
Log-in now or register for a free account.
  • Mohammed Barham said:

    1 month ago
    How can I change cell height and remains image height without change, I need to add more data below the img.
  • pragmaticlogic said:

    4 months ago
    Can the component do both vertical and horizontal scrolling at the same time?
  • Sarp Erdag Author said:

    6 months ago
    Hello everyone, I decided to work on a better overall implementation of a Pinterest Gridview component that uses the new UICollectionView classes that came with the new iOS6 SDK. Anyway, the component is free now and you can grab and freely edit it however you want.
    • vincent phuah License holder?Single App License (Binary Only) said:

      6 months ago
      OK. Hopefully it will recycle better. Let me know and i will buy it.
      Any estimate when?
    • Sarp Erdag Author said:

      6 months ago
      Hey Vincent, the component is free of charge now. You can get the full code.
    • vincent phuah License holder?Single App License (Binary Only) said:

      5 months ago
      Thank you. I still want the UICollectionView version though.
    • Cristi License holder?Single App License said:

      4 months ago
      helo Sarp, when we will see v2? Can you give us a timeframe? I'm looking forward to it..
    • Cristi License holder?Single App License said:

      3 months ago
      Any news Sarp?
    • Don Holly said:

      2 weeks ago
      Has a new version been released? This component doesn't really work well with lots of images (memory issues) since it doesn't recycle cells like UITableView or UICollectionView.
  • Achint Shrivastava License holder?Developer License said:

    7 months ago
    Hi,

    Any updates on reusable views implementation?? How long it may take??
  • Fred Radford said:

    7 months ago
    Will version 2.0 support iOS 4.3? and when will version 2 be available?
    • Sarp Erdag Author said:

      7 months ago
      No, version 2.0 will not be supporting 4.3. For the availability time, I think it will take 2 more weeks.
  • vincent phuah License holder?Single App License (Binary Only) said:

    8 months ago
    Will this work with IOS 6?
  • Tony Secondo said:

    10 months ago
    From your demos and screenshots, it seems that MasonryView only works in full screen mode. Can it be used on part of the screen or inside a UIView, like UITableView, etc?

    Thanks!
    • Sarp Erdag Author said:

      9 months ago
      Hey Tony, sorry for replying this late. So here is the answer:

      The component supports any size. You can simply use an initWithFrame method for your MasonryView and set it to a desired size.
  • Hiroaki Nakajima License holder?Single App License (Binary Only) said:

    11 months ago
    Can I run your sample project on iOS4.3 ?
  • Hiroaki Nakajima License holder?Single App License (Binary Only) said:

    11 months ago
    How Can I add a xxxxCell.xib like a Vertical.xib on sample?
  • jjamminjim License holder?Developer License said:

    12 months ago
    Does the framework allow for a header? I have need for a Masonry-like view that includes a header that will scroll along with the grid.
    • Sarp Erdag Author said:

      12 months ago
      Currently no but I can implement it in the next version if you need it.
    • jjamminjim License holder?Developer License said:

      12 months ago
      Any idea when the next version will be released? I plan to buy the single-license with source distribution. If the next release is not planned to be released within the next 2 weeks, I may need to implement it myself on top of your source. What do you think is the best course of action here?
    • Sarp Erdag Author said:

      12 months ago
      I think I can add it in the weekend, not a big task really. Will keep you posted.
    • jjamminjim License holder?Developer License said:

      12 months ago
      Thank you!
    • Sarp Erdag Author said:

      12 months ago
      You are welcome :) thank you for your (p)interest :)
    • jjamminjim License holder?Developer License said:

      12 months ago
      How did that go? Where you able to add the header view?
    • Sarp Erdag Author said:

      12 months ago
      Still working on it, taking longer than usual...
    • jjamminjim License holder?Developer License said:

      12 months ago
      Any idea as to when you might be done?
    • Sarp Erdag Author said:

      12 months ago
      Hopefully in a couple of days. Also working on other people's requests jjam :) Sorry for the delay.
    • Sarp Erdag Author said:

      12 months ago
      Hello again, just finished the header view implementation! You can grab version 1.72! Feedbacks appreciated.
    • Sarp Erdag Author said:

      11 months ago
      Have you tried it?
    • Sarp Erdag Author said:

      11 months ago
      Hello again. No replies from you about this feature :) I hope you are using it.
    • jjamminjim License holder?Developer License said:

      11 months ago
      I just integrated this into my project, the header view worked perfectly. Thank you.

      As with UITableView, it would be nice to reuse cell views as new cells come into view and others leave the visible view.

      Also, I added support to load the control from a xib file, as well as fix one minor bug concerning flagging reload while scrolling. I would be happy to send you the changes if you are interested.