GitXplorerGitXplorer
w

EuroCopaInfo

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
46efcc27bacdb37375bcad80281a9534b93d384d

MINOR: Updated to Xcode 7.1 Recommended Settings

wweissi committed 9 years ago
Unverified
76505fa2f21ba7b0b15b34d2664d43a673dafc83

TRIVIAL: Little Fix

wweissi committed 11 years ago
Unverified
0cb9127f3ad565e18562edd4e2fcd54474cb7bdc

better readme file

wweissi committed 12 years ago
Unverified
9cfb38bd0f1cf61c997bb22e84ab001f2a3728b6

TRIVIAL: removed QuartzCore again

wweissi committed 13 years ago
Unverified
bde4309b46e57d5f298d9b3d9de78265c427aaed

TRIVIAL: Link QuartzCore as needed by FRLayeredNavControl

wweissi committed 13 years ago
Unverified
eec26c1c68c4fd1270b88eab1165ea2fbc41b0e8

FEATURE: back button for web view

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