Questions tagged [rubymotion]

RubyMotion is a commercial system for building native iOS and Android apps using Ruby.

RubyMotion is a commercial system that allows writing cross-platform apps for iOS, Android and OS X in Ruby. For iOS, RubyMotion compiles Ruby source code to machine code and implements the Ruby object model using the Objective-C runtime.

Links

Related tags

681 questions
-1
votes
2 answers

How to add UINavigation controller using ruby motion?

I need some guidance to add UINavigation controller and also add Button in Navigation using ruby Motion.
Ayush
  • 3,989
  • 1
  • 26
  • 34
-1
votes
1 answer

Convert Objective C to Rubymotion

SQLCIPHER sqlite encrypted iphone ios converting un-encrypted database to encrypted database [fmdb open]; NSString *sel = @"SELECT count(*) FROM sqlite_master"; FMResultSet *fmr = [self executeQuery : fmdb : sel]; …
AaShish Upadhyay
  • 243
  • 3
  • 12
-1
votes
1 answer

Facebook SDK returning wrong UID with iOS SDK

(This is RubyMotion but should be exactly the same as Objective-C.) I'm running a query here on the Graph API Explorer (https://developers.facebook.com/tools/explorer) and it returns the proper result (note: random UID, not real): SELECT uid FROM…
-2
votes
1 answer

accelerate framework can be imported to rubymotion project

vDSP_create_fftsetup called failed, here is the error: in 'pedometer_fft': undefined method 'vDSP_create_fftsetup' for # (NoMethodError). but I have already imported in my rakefile, as below : app.framework += %w(UIKit Foundation CFNetwork…
-3
votes
1 answer

How to send in app sms using rubymotion?

How do you send an in-app sms (text message) from an iPone app written in Rubymotion?
jjnevis
  • 2,672
  • 3
  • 22
  • 22
-3
votes
1 answer

What to use in iOS as a drop down list

I'm playing around with RubyMotion and trying to add a simple list to an sample app. In the list there will be four items (say, milk, cheese, beer, water) out of which the user should be able to pick (select) one. What control can I use for this…
Anthony
  • 33,838
  • 42
  • 169
  • 278
1 2 3
45
46