GitXplorerGitXplorer
w

EuroCopaInfo

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
19259c4bde06ccfae55a220ebcdc4ac23eb878e3

MINOR: made ready for AppStore

wweissi committed 13 years ago
Unverified
fc693ea365a7ad7141425ca6fa9d9c51a57e00b2

BUGFIX: copy URLWebViewController into src dir

wweissi committed 13 years ago
Unverified
669eab0ceb24ecbc0b17da6c62336fa830a0d239

Merge branch 'master' of github.com:weissi/EuroCopaInfo

wweissi committed 13 years ago
Unverified
2f389f624cd2b426af2589c7164bbd0f339d7881

inital import

wweissi committed 13 years ago
Unverified
4175af534ae7765a297bb6d4d4a580a0600aa67a

initial commit

wweissi committed 13 years ago
Unverified
e81cc3f34ee3f38ed9b76a222ffb100a53450910

Initial Commit

wweissi committed 13 years ago

README

The README file for this repository.

EuroCopaInfo

EuroCopaInfo, a FRLayeredNavigationController demo project.

How to Build?

It's very simple, but it's essential that you also get FRLayeredNavigationController. Additionally, FRLayeredNavigationController and EuroCopaInfo have to have the same parent folder. My directory hierarchy looks like:

$HOME/Documents/EuroCopaInfo
$HOME/Documents/FRLayeredNavigationController

Here's the step by step guide:

# First: go to some folder
cd ~/Documents
# Second: checkout FRLayeredNavigationController (next to EuroCopaInfo!)
git clone git://github.com/weissi/FRLayeredNavigationController.git
# Third: checkout EuroCopaInfo
git clone git://github.com/weissi/EuroCopaInfo.git
# Last: Build it, you can also open the EuroCopaInfo project in Xcode and
#       run EuroCopaInfo on your iPad / Simulator
xcodebuild