Search code examples
rubyrhomobilerhodes

How to Remove Menu bar from Rhosimulator?


I am trying to remove top menu bar from rhosimulator but I am unable to achieve that.

Can anybody knows how to do that.


Solution

  • You have to uncomment following line in initialize method of app/application.rb file :

    #To remove default toolbar uncomment next line:
    @@toolbar = nil