MTCardLayout
MTCardLayout copied to clipboard
Use case scenario : Each card is a UIWebView
is there a way to extend MTCardLayout only to show html content from remote when the card in fullsize mode instead of rows mode. currently visible rows content loaded when in cellForItemAtIndexPath. if there are 10 rows visible, it will load all 10 UIWebView at once.
That's part of your implementation how you want to use it. MTCardLayout has nothing to do with what you are planning to show. In terms of the performance, you should probably simply test it with a prototype.