Jelle Vandebeeck
Jelle Vandebeeck
When coming back from Twitter I always get this error: undefined method `twitter_handle=' for nil:NilClass Any idea why?
Hi guys, I just created some RubyMotion json files for the word completion. But now I want to try them out, how can I do this? Is there a place...
I have a Home Screen widget that uses intents to make it configurable. But in order to allow these intents to do their job it needs to be added to...
``` [UIActionSheet presentOnView:self.view.window withTitle:NSLocalizedString(@"Validate flight", @"Validate flight") cancelButton:NSLocalizedString(@"Cancel", @"Cancel") destructiveButton:NSLocalizedString(@"Invalid", @"Invalid") otherButtons:@[NSLocalizedString(@"Valid", @"Valid")] onCancel:^(UIActionSheet *) { NSLog(@"cancel"); } onDestructive:^(UIActionSheet *) { NSLog(@"invalid"); } onClickedButton:^(UIActionSheet *, NSUInteger) { NSLog(@"invalid"); }]; ```...
Any idea when the other element will be released? I would love to use them!