displaying web pages over web views in collection view using cocoa bindings

Posted by Miraaj on Stack Overflow See other posts from Stack Overflow or by Miraaj
Published on 2010-06-08T15:11:47Z Indexed on 2010/06/08 15:52 UTC
Read the original article Hit count: 496

Hi all,

I tried sample example given at this link - Collection View Programming Guide

It is simple and it worked. Considering it as a reference I tried a simple application which will show a collection view of web views with some web page displayed over each web view.

The model class has two properties: NSString *pageName, and NSURL *pageURL.

I then followed each and every step written in tutorial above with required modifications but I was caught in the step -

How to bind web view to collection view item?

In binding tab it shows three possibilities : Editable, Hidden, Tool tip but none of these is working.

Can anyone suggest me way to accomplish my requirement?

Thanks,

Miraaj

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about webview