Hi,

On Wed, Jun 13, 2012 at 4:46 AM, Baramuse <[email protected]> wrote:

> Hi,
>
> Another question to try not to ask too much question in the futur :)
> I'd like to know how I can find by myself if there is an existing
> dictionary
> class for a specific NSDictionary, and where should I find it :)
>
> I was trying to instantiate a simple AVUrlAsset :
>
>
> So I wondered how to create this "option dictionary".
> I found it was quite a pain in the a**, those NSDictionarys...
> Then I read this :
> http://monomac.wordpress.com/2010/12/01/improving-upon-dictionary-bindings/
>
> Youhouuu!! that's really smart and cool of MT team... BUT, how do I know if
> such binding exists for my AVUrlAsset constructor's option ?
>

There would be another AVUrlAsset constructor that takes the specialized
dictionary class. In this case there are no such constructor, so the
specialized dictionary does not exist, you'll need to create the dictionary
manually.

Rolf


>
> PS : if there is not, I'm assuming I have to do something like that? :
>
>
> Thx for the tip!
>
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/NSDictionary-and-dictionary-bindings-tp4655335.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to