photokandyStudios / GreekInterlinearBible

Greek Interlinear Bible for iOS devices (currently iPad)... Under Development
http://photokandy.com/apps/gib/
10 stars 4 forks source link

Feature: allow reference navigation using search bar #6

Open kerrishotts opened 12 years ago

kerrishotts commented 12 years ago

For example, permit "John 3:16", "John 3", "Mat 13:1", "Mt 13:1", "1 Corinthians 1:1", "1Co 1:1". A couple regular expressions should help determine if it is a reference: [A-Za-z\ ][0-9]+ and [A-Za-z\ ][0-9]+:[0-9]+

kerrishotts commented 12 years ago

Not sure if necessary with new 3-tier navigation menu?