mac-samples/ImageKitDemoStep1
conceptdev 31f7d6c631 remote # tag (and other fixes) 2019-07-24 13:25:37 -07:00
..
Screenshots More samples + Tags 2012-12-11 23:00:34 -05:00
AppDelegate.cs ImageKitDemoStep1 migrated to unified: 2014-11-21 18:13:06 -05:00
BrowseData.cs [ImageKitDemo] Expected API changes, bug #27504 2015-03-04 02:06:33 +03:00
BrowseItem.cs ImageKitDemoStep1 migrated to unified: 2014-11-21 18:13:06 -05:00
DragDelegate.cs ImageKitDemoStep1 migrated to unified: 2014-11-21 18:13:06 -05:00
ImageKitDemo.csproj Set HttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 13:22:24 -06:00
ImageKitDemo.sln Manually upgrade the solutions 2012-01-26 23:54:36 -05:00
Info.plist Updated min deployment version (#113) 2018-11-15 03:52:17 -05:00
Main.cs ImageKitDemoStep1 migrated to unified: 2014-11-21 18:13:06 -05:00
MainMenu.xib Add new ImageKit sample 2011-02-02 11:08:58 -05:00
MainMenu.xib.designer.cs ImageKitDemoStep1 migrated to unified: 2014-11-21 18:13:06 -05:00
MainWindow.cs ImageKitDemoStep1 migrated to unified: 2014-11-21 18:13:06 -05:00
MainWindow.xib Add new ImageKit sample 2011-02-02 11:08:58 -05:00
MainWindow.xib.designer.cs ImageKitDemoStep1 migrated to unified: 2014-11-21 18:13:06 -05:00
MainWindowController.cs http => https 2018-06-27 15:24:36 -06:00
Metadata.xml Shorten brief descriptions 2015-04-23 14:06:18 -04:00
README.md remote # tag (and other fixes) 2019-07-24 13:25:37 -07:00
grain.jpg image update 2018-06-27 15:18:35 -06:00

README.md

name description page_type languages products urlFragment
Xamarin.Mac - ImageKit Demo Simple demo to exercise ImageKit's ImageBrowserView. While it is largely unrecognizable from the source, this code was inspired by and modeled... sample
csharp
xamarin
imagekitdemostep1

ImageKit Demo

Simple demo to exercise ImageKit's ImageBrowserView.

While it is largely unrecognizable from the source, this code was inspired by and modeled after step 1 of Apple's ImageKit Demo.

This demo illustrates:

  • IKImageBrowserView.
  • IKImageBrowserDataSource.
  • IKImageBrowserItem.
  • Drag and drop support.

ImageKit Demo application screenshot

Instructions

  • Drag images (or PDFs, etc) around the browser view to re-organize.
  • Enter search text to filter the images displayed.
  • Add images with a file browser.
  • Drag and drop images from Finder, iPhoto, etc.
  • Load images from files, folders, or urls.
  • Dragging a folder will add all files in that folder.
  • Events for double click, right click etc. are wired up, but only print notices to the console.