Best option is to take the current bindings, fork them on github, make your changes, and make a pull request to get one of the Xamarin guys (or girls) to merge them into the main repository.
Or, send them the files over - I think James Clancy was doing some bindings last, based on the checkin history. As there is most of the binding done, it might not be too hard to get the bits you need in there. On Fri, May 18, 2012 at 5:29 PM, spcware <[email protected]> wrote: > I am trying to use coreplot monotouch bindings from github to plot a simple > scatter plot. I want the x and y axis labels to always be in the lower left > corner of the graph. Therefore, I believe I need to use either > IsFloatingAxis = true or to set the axisConstraints. However, there are > issues with both methods: > > 1. IsFloatingAxis was removed before September 25, 2011 in the official ObjC > coreplot library. If the monotouch bindings are based on the 0.9 release on > September 25, 2011, then they should not have a reference to IsFloatingAxis. > And sure enough, if you try to use it, you get an ObjC unrecognized selector > runtime crash. > > 2. axisConstraints are commented out of the monotouch bindings so they are > unavailable. > > What are my options? Has some updated the bindings based on the latest ObjC > coreplot official library? > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/CorePlot-bindings-issue-tp4644743.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
