oh, sorry didn't see it, well that one [2] its a port from ObjC to C#, mine its a binding from the ObjC library i mean MonoTouch its consuming a static library created from the original ObjC source code [1] compiled in xcode, you can find more info about bindings here [3] [4] [5] [6]
Which one its better?? I really don't know... But its great that we have this option in MonoTouch and MfA since we can consume already written code in ObjC and Java. Alex [1] https://github.com/jdg/MBProgressHUD [2] https://github.com/detroitpro/MBProgressHUD-MonoTouch [3] http://docs.xamarin.com/ios/advanced_topics/binding_objective-c_types [4] http://docs.xamarin.com/ios/advanced_topics/binding_objective-c_types/Binding_Types_Reference_Guide [5] http://docs.xamarin.com/ios/advanced_topics/binding_objective-c_types/binding_details [6] http://docs.xamarin.com/ios/advanced_topics/linking_native_libraries On Feb 14, 2012, at 8:03 PM, Gerry High wrote: > Alex, > > I sent this out earlier today to the list about an existing port to > Monotouch--not sure how yours is different. > > https://github.com/detroitpro/MBProgressHUD-MonoTouch > > Gerry > > > > On Feb 14, 2012, at 6:32 PM, Alex Soto wrote: > >> I created the MBProgressHUD bindings for monotouch >> >> You can download them from here >> >> https://github.com/dalexsoto/AlexTouch.MBProgressHUD >> >> Just import the DLL and you are good to go :) >> >> Alex >> >> El 14/02/2012, a las 08:14 a.m., MilkyJoe >> <[email protected]> escribió: >> >>> Is it possible to implement a modal activity indicator? >>> >>> By this, I mean I'd like the entire view to become darker, with user >>> interaction disabled and a single activity indicator spinning in the centre >>> of the screen. >>> >>> I have the activity indicator working with user interaction disabled, but >>> it's hard to see the indicator on top of the main view, and it's not clear >>> that the view has been temporarily disabled. >>> >>> If not, what approach should I be using for this? >>> >>> Thanks, >>> Leigh >>> >>> -- >>> View this message in context: >>> http://monotouch.2284126.n4.nabble.com/Modal-activity-indicator-tp4387121p4387121.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 >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
