NPhotoScroller
NPhotoScroller copied to clipboard
Use HashSet instead of NSMutableSet!
Hello I have a question! you use HashSet in C# instead of NSMutableSet of Obj-C. Why?
In another example, i find NSMutableArray, how can i replace it with object of C#? what is the way for this conversion?
It is generally a lot easier to use c# datatypes only rather than mix Obj-C types in as well.
Have you got the URL of your NSMutableArray example? Either a c# array or a List<T> might be a suitable replacement...