Skip to content
Librelio Dev Team edited this page Aug 18, 2015 · 7 revisions

In order to perform an advanced customization, a developer must change the default xibs provided in the standard app:

Some example of advanced customization are available in this private repository.

Using specific xibs, depending on size and orientation

Standard iOS prefixes can be added to the name of the xib to have specific versions depending on size and orientation, for example WAGridHeader-Landscape~ipad.xib

Adding fixed elements

In order to add fixed elements, always use a negative tag

Adding variable and/or interactive elements

Variable and/or interactive elements can be added using a tag corresponding to this Enum