Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Create a iPhoto Like Interface

Tags:

cocoa

I'm trying to create a iPhoto like application, where using an array of objects I want to display a thumb along with a title at the bottom of each thumb. How do I display objects like iPhoto does?

like image 836
Oscar Del Ben Avatar asked Jun 25 '26 07:06

Oscar Del Ben


1 Answers

Have a look at NSCollectionView / NSCollectionViewItem.

There is another tool palette in Interface Builder called Image Kit. You have to enable the plugin in IB's preferences (the Plug-ins palette). Then, under the object library, select the Image Kit to see the controls it offers. IKImageBrowserView gives you a ready-made control (with the ability to show titles) but I don't think it's as flexible as NSCollectionView/Item.

like image 176
Joshua Nozzi Avatar answered Jul 01 '26 11:07

Joshua Nozzi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!