Merged branch RDB-Chang-Img-Selection-Btn-Name into Rapid-Dev-Branch

This commit is contained in:
Okechi Onyeje 2016-09-19 09:17:48 -04:00
commit 20a142cfaa
3 changed files with 7 additions and 2 deletions

View File

@ -127,6 +127,11 @@
<key>primary</key>
<true/>
</dict>
<key>0EB19C1377A747F81110D44E2D5FCF78</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>0FF38C485BD8E73F614C919F834D6EAB</key>
<dict>
<key>primary</key>

View File

@ -292,7 +292,7 @@ extension ItemImagePickerViewController: UIImagePickerControllerDelegate, UINavi
(alert: UIAlertAction!) -> Void in
})
let cameraAction = UIAlertAction(title: "Take a New Pic", style: .Default, handler: {
let cameraAction = UIAlertAction(title: "Take a New Item Picture", style: .Default, handler: {
(alert: UIAlertAction!) -> Void in
self.picker.allowsEditing = false
self.picker.sourceType = UIImagePickerControllerSourceType.Camera
@ -301,7 +301,7 @@ extension ItemImagePickerViewController: UIImagePickerControllerDelegate, UINavi
})
let galleryAction = UIAlertAction(title: "Select a Profile Pic", style: .Default, handler: {
let galleryAction = UIAlertAction(title: "Select a Picture for Your Item", style: .Default, handler: {
(alert: UIAlertAction!) -> Void in
self.picker.allowsEditing = false
self.picker.sourceType = .PhotoLibrary