Added In a Menu called Contact in the PetDetailView. When opened, a menu appears that will display both an email and/or phone number with which the user can then press on and contact the ones putting the animal up for adoption. Should it not have either email or phone number, it will simply display a text saying so.
Upon hitting the email button, a screen to send an email will appear.
Upon hitting the number, it will ask if you want to call the number.
Button Generates Menu
Please delete options that are not relevant.
[x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Tested on personal iPhone. The ability to send and email / phone call will not work on simulator!
[x] Test A
Test Configuration:
Firmware version: --
Hardware: iPhone 11 Pro Max
Toolchain: --
SDK: Xcode
Checklist:
[ ] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
It will most likely need an update at a later date!
Contact Info Added
Added In a Menu called Contact in the
PetDetailView
. When opened, a menu appears that will display both an email and/or phone number with which the user can then press on and contact the ones putting the animal up for adoption. Should it not have either email or phone number, it will simply display a text saying so.Upon hitting the email button, a screen to send an email will appear.
Upon hitting the number, it will ask if you want to call the number.
Button Generates Menu
Please delete options that are not relevant.
How Has This Been Tested?
Tested on personal iPhone. The ability to send and email / phone call will not work on simulator!
Test Configuration:
Checklist:
It will most likely need an update at a later date!