mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
Item Selection and Capture Buttons names are changed
This commit is contained in:
parent
704af98cc7
commit
be967509d8
@ -127,6 +127,11 @@
|
|||||||
<key>primary</key>
|
<key>primary</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>0EB19C1377A747F81110D44E2D5FCF78</key>
|
||||||
|
<dict>
|
||||||
|
<key>primary</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
<key>0FF38C485BD8E73F614C919F834D6EAB</key>
|
<key>0FF38C485BD8E73F614C919F834D6EAB</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>primary</key>
|
<key>primary</key>
|
||||||
|
|||||||
Binary file not shown.
@ -292,7 +292,7 @@ extension ItemImagePickerViewController: UIImagePickerControllerDelegate, UINavi
|
|||||||
(alert: UIAlertAction!) -> Void in
|
(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
|
(alert: UIAlertAction!) -> Void in
|
||||||
self.picker.allowsEditing = false
|
self.picker.allowsEditing = false
|
||||||
self.picker.sourceType = UIImagePickerControllerSourceType.Camera
|
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
|
(alert: UIAlertAction!) -> Void in
|
||||||
self.picker.allowsEditing = false
|
self.picker.allowsEditing = false
|
||||||
self.picker.sourceType = .PhotoLibrary
|
self.picker.sourceType = .PhotoLibrary
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user