Showing
5 changed files
with
19 additions
and
2 deletions
No preview for this file type
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
8 | <dict> | 8 | <dict> |
9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
11 | </dict> | 11 | </dict> |
12 | </dict> | 12 | </dict> |
13 | </dict> | 13 | </dict> | ... | ... |
No preview for this file type
... | @@ -1700,10 +1700,13 @@ public class swiftApi { | ... | @@ -1700,10 +1700,13 @@ public class swiftApi { |
1700 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in | 1700 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in |
1701 | switch action.style{ | 1701 | switch action.style{ |
1702 | case .default: | 1702 | case .default: |
1703 | + print("default") | ||
1703 | 1704 | ||
1704 | case .cancel: | 1705 | case .cancel: |
1706 | + print("cancel") | ||
1705 | 1707 | ||
1706 | case .destructive: | 1708 | case .destructive: |
1709 | + print("destructive") | ||
1707 | 1710 | ||
1708 | } | 1711 | } |
1709 | })) | 1712 | })) |
... | @@ -1719,18 +1722,23 @@ public class swiftApi { | ... | @@ -1719,18 +1722,23 @@ public class swiftApi { |
1719 | self.cosmoteRetrieveSharingAsync(sharingId: sharingId, accept: false, retrieveSharingCallback) | 1722 | self.cosmoteRetrieveSharingAsync(sharingId: sharingId, accept: false, retrieveSharingCallback) |
1720 | 1723 | ||
1721 | case .cancel: | 1724 | case .cancel: |
1725 | + print("cancel") | ||
1722 | 1726 | ||
1723 | case .destructive: | 1727 | case .destructive: |
1728 | + print("destructive") | ||
1724 | 1729 | ||
1725 | } | 1730 | } |
1726 | })) | 1731 | })) |
1727 | alert.addAction(UIAlertAction(title: "Άκυρο", style: .default, handler: { action in | 1732 | alert.addAction(UIAlertAction(title: "Άκυρο", style: .default, handler: { action in |
1728 | switch action.style{ | 1733 | switch action.style{ |
1729 | case .default: | 1734 | case .default: |
1735 | + print("default") | ||
1730 | 1736 | ||
1731 | case .cancel: | 1737 | case .cancel: |
1738 | + print("cancel") | ||
1732 | 1739 | ||
1733 | case .destructive: | 1740 | case .destructive: |
1741 | + print("destructive") | ||
1734 | 1742 | ||
1735 | } | 1743 | } |
1736 | })) | 1744 | })) |
... | @@ -1760,10 +1768,13 @@ public class swiftApi { | ... | @@ -1760,10 +1768,13 @@ public class swiftApi { |
1760 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in | 1768 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in |
1761 | switch action.style{ | 1769 | switch action.style{ |
1762 | case .default: | 1770 | case .default: |
1771 | + print("default") | ||
1763 | 1772 | ||
1764 | case .cancel: | 1773 | case .cancel: |
1774 | + print("cancel") | ||
1765 | 1775 | ||
1766 | case .destructive: | 1776 | case .destructive: |
1777 | + print("destructive") | ||
1767 | 1778 | ||
1768 | } | 1779 | } |
1769 | })) | 1780 | })) |
... | @@ -1776,10 +1787,13 @@ public class swiftApi { | ... | @@ -1776,10 +1787,13 @@ public class swiftApi { |
1776 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in | 1787 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in |
1777 | switch action.style{ | 1788 | switch action.style{ |
1778 | case .default: | 1789 | case .default: |
1790 | + print("default") | ||
1779 | 1791 | ||
1780 | case .cancel: | 1792 | case .cancel: |
1793 | + print("cancel") | ||
1781 | 1794 | ||
1782 | case .destructive: | 1795 | case .destructive: |
1796 | + print("destructive") | ||
1783 | 1797 | ||
1784 | } | 1798 | } |
1785 | })) | 1799 | })) |
... | @@ -1792,10 +1806,13 @@ public class swiftApi { | ... | @@ -1792,10 +1806,13 @@ public class swiftApi { |
1792 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in | 1806 | alert.addAction(UIAlertAction(title: "OK", style: .default, handler: { action in |
1793 | switch action.style{ | 1807 | switch action.style{ |
1794 | case .default: | 1808 | case .default: |
1809 | + print("default") | ||
1795 | 1810 | ||
1796 | case .cancel: | 1811 | case .cancel: |
1812 | + print("cancel") | ||
1797 | 1813 | ||
1798 | case .destructive: | 1814 | case .destructive: |
1815 | + print("destructive") | ||
1799 | 1816 | ||
1800 | } | 1817 | } |
1801 | })) | 1818 | })) | ... | ... |
-
Please register or login to post a comment