﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - Binding to UICollectionView</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Binding-to-UICollectionView/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Binding to UICollectionView</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Binding-to-UICollectionView/</link><pubDate>Sun, 07 Dec 2014 16:22:16 GMT</pubDate><dc:creator>technical@intersoftpt.com</dc:creator><description>&lt;p&gt;Dear Pedro,&lt;/p&gt;&lt;p&gt;Binding data to UICollectionView can be done similarly to UITableView. If you can get your data to show in a table view, then you can present it with a collection view without any additional code changes. This is how we designed Crosslight to be. One shared UI logic, multiple different presentation.&lt;/p&gt;&lt;p&gt;We demonstrate this capability in our highly popular Inventory sample which you can download from our Git server&amp;nbsp;&lt;a href="http://git.intersoftpt.com/projects/CROS/repos/samples/browse/MyInventory" target="_blank"&gt;here&lt;/a&gt;. If you run the sample in iPhone, the data is presented in a table view. Try to run the sample in iPad simulator, notice how the presentation changed to a collection view without code changes.&lt;/p&gt;&lt;p&gt;In the simplest implementation, you will simply need to create a view controller that derive from our&amp;nbsp;&lt;a href="http://developer.intersoftpt.com/display/crosslightapi/UICollectionViewController%28TViewModel%29+Class" target="_blank"&gt;UICollectionViewController&lt;tviewmodel&gt;&lt;/tviewmodel&gt;&lt;/a&gt;, then configure the settings as needed. For more information about Crosslight's collection view, see&amp;nbsp;&lt;a href="http://developer.intersoftpt.com/display/crosslight/iOS+Collection+View" target="_blank"&gt;iOS Collection View&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>Binding to UICollectionView</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Binding-to-UICollectionView/</link><pubDate>Tue, 02 Dec 2014 16:22:14 GMT</pubDate><dc:creator>pedro1412</dc:creator><description>&lt;p&gt;I want to bind a list of model objects to a UICollectionView in iOS. How can I do this?&lt;/p&gt;</description></item></channel></rss>