# File lib/mobileesp_converted/user_agent_info.rb, line 393
    def detect_ios()
      if (detect_iphone_or_ipod() || detect_ipad())
        return true
      end
      return false
    end