Bible Reader
Last updated
Last updated
⚙️ Powered by Rock RMS
Inherits from Xamarin.Forms.ContentView
The Bible Reader control allows you to display a set of verses for the user to read. This is handled via the Spark Data API to retrieve the information about the Bible and the verses to be displayed.
Here are some guidelines for creating reference values. It's recommended to test any complex ones in advance to ensure they work as expected. If the reference list is long, consider breaking them up on the page above and load each one individually.
Multiple references are supported but must be separated by a semi-colon ;
Consecutive verses from a single chapter are supported with this syntax: Genesis 1:1-9
Verses cannot span across chapters, so divide them up: Genesis 1:30-31; Genesis 2:1-3
If a book only contains a single chapter, it still must be included: Jude 1
Full chapters can be included with this syntax: Genesis 1,2
or Genesis 1-2
When including Psalms in the reading Reference be sure to use Psalms
, notPsalm
.
Property | Type | Description |
---|---|---|
Reference | string | One or more Bible references separated by a semicolon. Example: |
Reading | Reading | The internal state data of the Bible content to be displayed. |
ShowReference | boolean | Shows the reference text (for example |
ShowHeadings | boolean | Shows any headings along with the verse text. For example Genesis 1:1 has the heading |
ShowVerseNumbers | boolean | Show verse numbers inline along with the verse text. Defaults to true. |
ShowCopyright | boolean | Show the copyright text below the verse text. Please do not turn this off unless you are displaying the copyright text elsewhere. For example, if you are displaying multiple BibleReader controls in the page you could put the copyright notice at the very bottom rather than after each individual control. Defaults to true. |
string | The translation of the Bible to display. ESV, NLT or MSG are supported. Defaults to ESV. |
For details on styling this control see the Bible Styling page.
Translation