From 34e47b8086f7dbe642052a5732d1da2dfd5510da Mon Sep 17 00:00:00 2001 From: piotrbernad Date: Sat, 15 Jun 2013 00:10:00 -0700 Subject: [PATCH] Initial commit --- .gitignore | 18 ++++++++++++++++++ README.md | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89c499e --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Xcode +.DS_Store +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +*.xcworkspace +!default.xcworkspace +xcuserdata +profile +*.moved-aside +DerivedData +.idea/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..9972427 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +FlatUIlikeiOS7 +============== + +Easy to use User Interface elements which are really similar to design in iOS 7.