From 2394763daaedab05fe3fa35635317dfaca7092bf Mon Sep 17 00:00:00 2001 From: "joel.hinz" Date: Fri, 20 Feb 2015 07:47:43 +0000 Subject: translation app for iOS, replicating some of the functionality of the Android app. Compiles and works on iPad retina but may crash and has known issues. --- .../ios/gf-ios-swift/Base.lproj/LaunchScreen.xib | 32 +++ src/ui/ios/gf-ios-swift/Base.lproj/Main.storyboard | 242 +++++++++++++++++++++ 2 files changed, 274 insertions(+) create mode 100644 src/ui/ios/gf-ios-swift/Base.lproj/LaunchScreen.xib create mode 100644 src/ui/ios/gf-ios-swift/Base.lproj/Main.storyboard (limited to 'src/ui/ios/gf-ios-swift/Base.lproj') diff --git a/src/ui/ios/gf-ios-swift/Base.lproj/LaunchScreen.xib b/src/ui/ios/gf-ios-swift/Base.lproj/LaunchScreen.xib new file mode 100644 index 000000000..08d58bfed --- /dev/null +++ b/src/ui/ios/gf-ios-swift/Base.lproj/LaunchScreen.xib @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/ios/gf-ios-swift/Base.lproj/Main.storyboard b/src/ui/ios/gf-ios-swift/Base.lproj/Main.storyboard new file mode 100644 index 000000000..ff087bd67 --- /dev/null +++ b/src/ui/ios/gf-ios-swift/Base.lproj/Main.storyboard @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3