Objective-C to RubyMotion Converter
Update your bookmarks:
This website has moved to
https://bensheldon.github.io/objc2rubymotion/
.
Objective-C
UIAlertView* alert = [[[UIAlertView alloc] initWithTitle:@"Warning" message:@"too many alerts" delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil] autorelease];
RubyMotion
GitHub
•
Features and Tests