From d5022c181026cf62c9a54f0520e31940a8f72113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Gr=C3=A4tzer?= Date: Thu, 7 Jun 2012 14:46:10 -0700 Subject: [PATCH] Initial commit --- .gitignore | 15 +++++++++++++++ README.md | 4 ++++ 2 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..edc082c --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Xcode +build/* +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +*.xcworkspace +!default.xcworkspace +xcuserdata +profile +*.moved-aside diff --git a/README.md b/README.md new file mode 100644 index 0000000..e49f12c --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +SGTabs +====== + +Tab component for iOS 5+. You can show your ViewControllers in tabs, it is possible to add and remove tabs on the fly \ No newline at end of file