Hi, While binding a obj-c static library i stumbled upon a rather weird issue, that i have not been able to solve or find a solution to, through search via this forum, or other sources as stackoverflow etc. But i found a question on stackoverflow asking about a similar problem: http://stackoverflow.com/questions/10569081/incorrect-conversion-value-for-cgsize-sizef-binding
When implementing a protocol in obj-c with a method of return type CGSize and binding it in a monotouch project to SizeF, the Height value seems to be lost in the communication - but only in the iphone simulator - when deploying to a real phone it works fine. I've created a small test project on github, which shows the issue - have a look, maybe i'm doing something wrong? https://github.com/laped/DelegateSizeFTest Best regards Lasse -- View this message in context: http://monotouch.2284126.n4.nabble.com/Protocol-Delegate-SizeF-binding-issue-tp4656573.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
