app无法找到app_width(Ruby运动查询)

时间:2016-06-01 08:02:06

标签: ruby rubymotion

我的应用无法找到app_width

错误

  

#< app_width的未定义局部变量或方法MainStylesheet:0x10b563030 ...> (NameError)

main_stylesheet.rb

class MainStylesheet < ApplicationStylesheet

  ...

  def logo_text(st)
    st.image = image.resource('logo-text')
    if landscape?

    else
      st.frame = {t: 250, w: app_width, h: 60, centered: :horizontal}
    end

  end

end

1 个答案:

答案 0 :(得分:0)

app_width已弃用,已在1.2.0版中删除。

改为使用device_widthscreen_width