XMMContentBlocks Class Reference

Inherits from NSObject
Conforms to UITableViewDataSource
UITableViewDelegate
UIWebViewDelegate
Declared in XMMContentBlocks.h
XMMContentBlocks.m

Overview

Use XMMContentBlocks to display all our contentBlocks from xamoom cloud.

– initWithTableView:language:showContentLinks:

Initializes the XMMContentBlock.

- (instancetype)initWithTableView:(UITableView *)tableView language:(NSString *)language showContentLinks:(BOOL)showContentLinks

Parameters

language

The preferred language, can be @“” for systemLanguage

showContentLinks

Yes to show contentLinks when displaying a spotMap

Declared In

XMMContentBlocks.h

– updateFontSizeTo:

Can be used to change the fontSize of the text contentBlock for better readability.

- (void)updateFontSizeTo:(TextFontSize)newFontSize

Parameters

newFontSize

New fontSize of the text contentBlock

Declared In

XMMContentBlocks.h