summary refs log tree commit diff stats
path: root/Cartographic.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2011-08-23 09:24:14 -0400
committerStarla Insigna <starla4444@gmail.com>2011-08-23 09:24:14 -0400
commit02d9a87417837ffda602b2d06c2c6897d15a1202 (patch)
treef86db8e466f92df47c1f00c34e2cacfd01595d37 /Cartographic.xcodeproj/project.pbxproj
parentc9337218ef1660360097928c753bde1c79775618 (diff)
downloadcartcollect-02d9a87417837ffda602b2d06c2c6897d15a1202.tar.gz
cartcollect-02d9a87417837ffda602b2d06c2c6897d15a1202.tar.bz2
cartcollect-02d9a87417837ffda602b2d06c2c6897d15a1202.zip
Added a UIPageControl to the level selection screen selection_screen
The page control updates when you swipe through the levels, but tapping it does nothing. I initially attempted to implement scrolling by tapping on the page control, but for some reason, it worked perfectly in the simulator and only randomly on the iPhone. Very weird.

Refs #207
Diffstat (limited to 'Cartographic.xcodeproj/project.pbxproj')
-rwxr-xr-xCartographic.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cartographic.xcodeproj/project.pbxproj b/Cartographic.xcodeproj/project.pbxproj index 59cf7cd..4a478c9 100755 --- a/Cartographic.xcodeproj/project.pbxproj +++ b/Cartographic.xcodeproj/project.pbxproj
@@ -1601,6 +1601,7 @@
1601 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 1601 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1602 COPY_PHASE_STRIP = NO; 1602 COPY_PHASE_STRIP = NO;
1603 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 1603 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1604 GCC_C_LANGUAGE_STANDARD = c99;
1604 GCC_DYNAMIC_NO_PIC = NO; 1605 GCC_DYNAMIC_NO_PIC = NO;
1605 GCC_OPTIMIZATION_LEVEL = 0; 1606 GCC_OPTIMIZATION_LEVEL = 0;
1606 GCC_PRECOMPILE_PREFIX_HEADER = YES; 1607 GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -1629,6 +1630,7 @@
1629 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 1630 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1630 COPY_PHASE_STRIP = YES; 1631 COPY_PHASE_STRIP = YES;
1631 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 1632 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1633 GCC_C_LANGUAGE_STANDARD = c99;
1632 GCC_PRECOMPILE_PREFIX_HEADER = YES; 1634 GCC_PRECOMPILE_PREFIX_HEADER = YES;
1633 GCC_PREFIX_HEADER = Cart_Collect_Prefix.pch; 1635 GCC_PREFIX_HEADER = Cart_Collect_Prefix.pch;
1634 GCC_TREAT_WARNINGS_AS_ERRORS = NO; 1636 GCC_TREAT_WARNINGS_AS_ERRORS = NO;