Bible Reader
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.
Reference Syntax
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
orGenesis 1-2
When including Psalms in the reading Reference be sure to use Psalms
, notPsalm
.
Properties
Styling
For details on styling this control see the Bible Styling page.
Examples
Last updated