MRQContentView Class Reference

Inherits from UIWebView
Conforms to UIWebViewDelegate
Declared in MRQContentView.h

Overview

The MRQContentView extends UIWebView in order to display MobileRQ content.

  content

The MRQContent class loaded by this MRQContentView.

@property (readonly) MRQContent *content

Declared In

MRQContentView.h

– loadContent:

Load content into the UIWebView.

- (void)loadContent:(MRQContent *)content

Parameters

content

The content to load

Declared In

MRQContentView.h