• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Resize NSCollectionView items after resize
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Resize NSCollectionView items after resize


  • Subject: Re: Resize NSCollectionView items after resize
  • From: Laurent Daudelin <email@hidden>
  • Date: Thu, 20 Oct 2016 18:26:47 -0400

I used a UICollectionView in an iPad app. But the NSCollectionView is very similar. The only difference I can tell is that, when you drag a collection view onto your view controller view, you get contentArray layout type. But, if you switch to “Flow”, you will automatically get a collection view flow layout. That’s what I used from my view controller to resize the collection view cells inside the collection view by setting the item size properties. There is a little bit of math to do since you need to take into account the items spacing but that is not very hard. On iOS, you don’t have any choice in the layout of the UICollectionView.

-Laurent.
--
Laurent Daudelin							email@hidden <mailto:email@hidden>
AIM/iChat/Skype:LaurentDaudelin 				http://www.nemesys-soft.com/ <http://www.nemesys-soft.com/>
Logiciels Nemesys Software

> On Oct 20, 2016, at 13:47, Steve Mills <email@hidden> wrote:
>
> I have an NSCollectionView whose items' size are dependent on a zoom slider, with the largest zoom fitting 1 item within the width or height of the enclosingScrollView. What's the best way to cause the items to resize as a result of the NSCollectionView being resized (caused by window resize, enclosing splitter resize, etc)? Maybe set up a notification handler for NSViewFrameDidChangeNotification on the NSCollectionView's enclosingScrollView? Or is there something in the massive collection of collection and layout classes that would be better? I looked through it all, but nothing makes sense for this.
>
> --
> Steve Mills
> Drummer, Mac geek
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Resize NSCollectionView items after resize
      • From: Steve Mills <email@hidden>
References: 
 >Resize NSCollectionView items after resize (From: Steve Mills <email@hidden>)

  • Prev by Date: Layout and Popovers
  • Next by Date: Re: iOS: Preventing a singleton from being deallocated when the app is in the background.
  • Previous by thread: Resize NSCollectionView items after resize
  • Next by thread: Re: Resize NSCollectionView items after resize
  • Index(es):
    • Date
    • Thread