[ios] Added bookmark icon

This commit is contained in:
Alex Zolotarev 2012-04-17 20:24:19 +03:00 committed by Alex Zolotarev
parent 8d3730c562
commit 09266601f7
9 changed files with 241 additions and 96 deletions

View file

@ -34,11 +34,13 @@
- (IBAction)OnMyPositionClicked:(id)sender;
- (IBAction)OnSettingsClicked:(id)sender;
- (IBAction)OnSearchClicked:(id)sender;
- (IBAction)OnBookmarksClicked:(id)sender;
-(BOOL)OnProcessURL:(NSString*)url;
@property (nonatomic, retain) IBOutlet UIButton * m_myPositionButton;
@property (nonatomic, retain) IBOutlet UIButton * m_searchButton;
@property (nonatomic, retain) IBOutlet UIButton * m_downloadButton;
@property (nonatomic, retain) IBOutlet UIButton * m_bookmarksButton;
@end

View file

@ -3,6 +3,7 @@
#import "MapsAppDelegate.h"
#import "EAGLView.h"
#import "BalloonView.h"
#import "BookmarksVC.h"
#import "../Settings/SettingsManager.h"
#import "../../Common/CustomAlertView.h"
@ -15,6 +16,7 @@
@synthesize m_myPositionButton;
@synthesize m_searchButton;
@synthesize m_downloadButton;
@synthesize m_bookmarksButton;
// @TODO Make m_framework and m_storage MapsAppDelegate properties instead of global variables.
Framework * m_framework = NULL;
@ -105,6 +107,14 @@ Framework * m_framework = NULL;
[searchVC release];
}
- (IBAction)OnBookmarksClicked:(id)sender
{
BookmarksVC * bVC = [[BookmarksVC alloc] initWithFramework:m_framework];
[self presentModalViewController:bVC animated:YES];
[bVC release];
}
- (void)onBookmarkClicked
{
m2::PointD const ptG = m2::PointD(m_bookmark.glbPos.x, m_bookmark.glbPos.y);

View file

@ -3,12 +3,12 @@
<data>
<int key="IBDocument.SystemTarget">1024</int>
<string key="IBDocument.SystemVersion">11D50</string>
<string key="IBDocument.InterfaceBuilderVersion">2177</string>
<string key="IBDocument.InterfaceBuilderVersion">2182</string>
<string key="IBDocument.AppKitVersion">1138.32</string>
<string key="IBDocument.HIToolboxVersion">568.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="NS.object.0">1173</string>
<string key="NS.object.0">1181</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>IBUIWindow</string>
@ -48,7 +48,6 @@
<int key="NSvFlags">268</int>
<string key="NSFrame">{{10, 435}, {40, 40}}</string>
<reference key="NSSuperview" ref="53915144"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="773974234"/>
<string key="NSReuseIdentifierKey">_NS:222</string>
<bool key="IBUIOpaque">NO</bool>
@ -97,7 +96,36 @@
<int key="NSvFlags">268</int>
<string key="NSFrame">{{110, 435}, {40, 40}}</string>
<reference key="NSSuperview" ref="53915144"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="431157229"/>
<string key="NSReuseIdentifierKey">_NS:222</string>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<int key="IBUIContentHorizontalAlignment">0</int>
<int key="IBUIContentVerticalAlignment">0</int>
<reference key="IBUIHighlightedTitleColor" ref="933778228"/>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzE0IDAuMzA5ODAzOTIxNiAwLjUyMTU2ODYyNzUAA</bytes>
</object>
<reference key="IBUINormalTitleShadowColor" ref="538042181"/>
<object class="NSCustomResource" key="IBUIHighlightedImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">bookmarks-highlighted.png</string>
</object>
<object class="NSCustomResource" key="IBUINormalImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">bookmarks.png</string>
</object>
<reference key="IBUIFontDescription" ref="757694151"/>
<reference key="IBUIFont" ref="142678927"/>
</object>
<object class="IBUIButton" id="431157229">
<reference key="NSNextResponder" ref="53915144"/>
<int key="NSvFlags">268</int>
<string key="NSFrame">{{160, 435}, {40, 40}}</string>
<reference key="NSSuperview" ref="53915144"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:222</string>
<bool key="IBUIOpaque">NO</bool>
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
@ -126,7 +154,6 @@
<int key="NSvFlags">268</int>
<string key="NSFrame">{{60, 435}, {40, 40}}</string>
<reference key="NSSuperview" ref="53915144"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="23888313"/>
<string key="NSReuseIdentifierKey">_NS:222</string>
<bool key="IBUIOpaque">NO</bool>
@ -154,7 +181,6 @@
</array>
<string key="NSFrame">{{0, 20}, {320, 480}}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="803813744"/>
<object class="NSColor" key="IBUIBackgroundColor">
<int key="NSColorSpace">3</int>
@ -260,12 +286,12 @@
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
<string key="label">OnSearchClicked:</string>
<string key="label">OnBookmarksClicked:</string>
<reference key="source" ref="23888313"/>
<reference key="destination" ref="532797962"/>
<int key="IBEventType">1</int>
</object>
<int key="connectionID">222</int>
<int key="connectionID">226</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
@ -276,6 +302,15 @@
</object>
<int key="connectionID">223</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
<string key="label">OnSearchClicked:</string>
<reference key="source" ref="431157229"/>
<reference key="destination" ref="532797962"/>
<int key="IBEventType">1</int>
</object>
<int key="connectionID">225</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
@ -323,6 +358,7 @@
<reference ref="803813744"/>
<reference ref="773974234"/>
<reference ref="23888313"/>
<reference ref="431157229"/>
</array>
<reference key="parent" ref="963277495"/>
</object>
@ -341,6 +377,11 @@
<reference key="object" ref="23888313"/>
<reference key="parent" ref="53915144"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">224</int>
<reference key="object" ref="431157229"/>
<reference key="parent" ref="53915144"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
@ -359,10 +400,13 @@
<real value="0.0" key="200.IBUIButtonInspectorSelectedStateConfigurationMetadataKey"/>
<string key="201.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<real value="0.0" key="201.IBUIButtonInspectorSelectedEdgeInsetMetadataKey"/>
<real value="1" key="201.IBUIButtonInspectorSelectedStateConfigurationMetadataKey"/>
<real value="0.0" key="201.IBUIButtonInspectorSelectedStateConfigurationMetadataKey"/>
<string key="202.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<real value="0.0" key="202.IBUIButtonInspectorSelectedEdgeInsetMetadataKey"/>
<real value="1" key="202.IBUIButtonInspectorSelectedStateConfigurationMetadataKey"/>
<string key="224.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<real value="0.0" key="224.IBUIButtonInspectorSelectedEdgeInsetMetadataKey"/>
<real value="1" key="224.IBUIButtonInspectorSelectedStateConfigurationMetadataKey"/>
<string key="3.CustomClassName">MapsAppDelegate</string>
<string key="3.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
</dictionary>
@ -370,18 +414,10 @@
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">223</int>
<int key="maxID">226</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">EAGLView</string>
<string key="superclassName">UIView</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/EAGLView.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">FirstResponder</string>
<dictionary class="NSMutableDictionary" key="actions">
@ -408,74 +444,6 @@
<string key="minorKey"/>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">MapViewController</string>
<string key="superclassName">UIViewController</string>
<dictionary class="NSMutableDictionary" key="actions">
<string key="OnMyPositionClicked:">id</string>
<string key="OnSearchClicked:">id</string>
<string key="OnSettingsClicked:">id</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="actionInfosByName">
<object class="IBActionInfo" key="OnMyPositionClicked:">
<string key="name">OnMyPositionClicked:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="OnSearchClicked:">
<string key="name">OnSearchClicked:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="OnSettingsClicked:">
<string key="name">OnSettingsClicked:</string>
<string key="candidateClassName">id</string>
</object>
</dictionary>
<dictionary class="NSMutableDictionary" key="outlets">
<string key="m_downloadButton">UIButton</string>
<string key="m_myPositionButton">UIButton</string>
<string key="m_searchButton">UIButton</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
<object class="IBToOneOutletInfo" key="m_downloadButton">
<string key="name">m_downloadButton</string>
<string key="candidateClassName">UIButton</string>
</object>
<object class="IBToOneOutletInfo" key="m_myPositionButton">
<string key="name">m_myPositionButton</string>
<string key="candidateClassName">UIButton</string>
</object>
<object class="IBToOneOutletInfo" key="m_searchButton">
<string key="name">m_searchButton</string>
<string key="candidateClassName">UIButton</string>
</object>
</dictionary>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/MapViewController.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">MapsAppDelegate</string>
<string key="superclassName">NSObject</string>
<dictionary class="NSMutableDictionary" key="outlets">
<string key="m_mapViewController">MapViewController</string>
<string key="m_window">UIWindow</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
<object class="IBToOneOutletInfo" key="m_mapViewController">
<string key="name">m_mapViewController</string>
<string key="candidateClassName">MapViewController</string>
</object>
<object class="IBToOneOutletInfo" key="m_window">
<string key="name">m_window</string>
<string key="candidateClassName">UIWindow</string>
</object>
</dictionary>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/MapsAppDelegate.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
@ -486,7 +454,7 @@
</object>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
<real value="1280" key="NS.object.0"/>
<real value="1296" key="NS.object.0"/>
</object>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
@ -495,6 +463,8 @@
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<string key="bookmarks-highlighted.png">{48, 48}</string>
<string key="bookmarks.png">{48, 48}</string>
<string key="downloader-highlighted.png">{48, 48}</string>
<string key="downloader.png">{48, 48}</string>
<string key="location-highlighted.png">{48, 48}</string>
@ -503,6 +473,6 @@
<string key="search-highlighted.png">{48, 48}</string>
<string key="search.png">{48, 48}</string>
</dictionary>
<string key="IBCocoaTouchPluginVersion">1173</string>
<string key="IBCocoaTouchPluginVersion">1181</string>
</data>
</archive>

View file

@ -98,6 +98,14 @@
FA81AE3314D061BF00A0D70D /* SearchCell.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA81AE3214D061BF00A0D70D /* SearchCell.mm */; };
FA85F633145DDDC20090E1A0 /* packed_polygons.bin in Resources */ = {isa = PBXBuildFile; fileRef = FA85F632145DDDC20090E1A0 /* packed_polygons.bin */; };
FA87151B12B1518F00592DAF /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA87151A12B1518F00592DAF /* SystemConfiguration.framework */; };
FA8A71D4153D83C8005D9795 /* bookmarks-highlighted.png in Resources */ = {isa = PBXBuildFile; fileRef = FA8A71D0153D83C8005D9795 /* bookmarks-highlighted.png */; };
FA8A71D5153D83C8005D9795 /* bookmarks-highlighted.png in Resources */ = {isa = PBXBuildFile; fileRef = FA8A71D0153D83C8005D9795 /* bookmarks-highlighted.png */; };
FA8A71D6153D83C8005D9795 /* bookmarks-highlighted@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA8A71D1153D83C8005D9795 /* bookmarks-highlighted@2x.png */; };
FA8A71D7153D83C8005D9795 /* bookmarks-highlighted@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA8A71D1153D83C8005D9795 /* bookmarks-highlighted@2x.png */; };
FA8A71D8153D83C8005D9795 /* bookmarks.png in Resources */ = {isa = PBXBuildFile; fileRef = FA8A71D2153D83C8005D9795 /* bookmarks.png */; };
FA8A71D9153D83C8005D9795 /* bookmarks.png in Resources */ = {isa = PBXBuildFile; fileRef = FA8A71D2153D83C8005D9795 /* bookmarks.png */; };
FA8A71DA153D83C8005D9795 /* bookmarks@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA8A71D3153D83C8005D9795 /* bookmarks@2x.png */; };
FA8A71DB153D83C8005D9795 /* bookmarks@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA8A71D3153D83C8005D9795 /* bookmarks@2x.png */; };
FA8F8938132D5DB00048E3FE /* libtomcrypt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8F8937132D5DB00048E3FE /* libtomcrypt.a */; };
FA8F9331150218F10057B215 /* food.png in Resources */ = {isa = PBXBuildFile; fileRef = FA8F9325150218F10057B215 /* food.png */; };
FA8F9332150218F10057B215 /* food@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FA8F9326150218F10057B215 /* food@2x.png */; };
@ -1360,6 +1368,10 @@
FA81AE3214D061BF00A0D70D /* SearchCell.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SearchCell.mm; sourceTree = "<group>"; };
FA85F632145DDDC20090E1A0 /* packed_polygons.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = packed_polygons.bin; path = ../../data/packed_polygons.bin; sourceTree = SOURCE_ROOT; };
FA87151A12B1518F00592DAF /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
FA8A71D0153D83C8005D9795 /* bookmarks-highlighted.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "bookmarks-highlighted.png"; sourceTree = "<group>"; };
FA8A71D1153D83C8005D9795 /* bookmarks-highlighted@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "bookmarks-highlighted@2x.png"; sourceTree = "<group>"; };
FA8A71D2153D83C8005D9795 /* bookmarks.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = bookmarks.png; sourceTree = "<group>"; };
FA8A71D3153D83C8005D9795 /* bookmarks@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "bookmarks@2x.png"; sourceTree = "<group>"; };
FA8F8937132D5DB00048E3FE /* libtomcrypt.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libtomcrypt.a; sourceTree = SOURCE_ROOT; };
FA8F9325150218F10057B215 /* food.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = food.png; sourceTree = "<group>"; };
FA8F9326150218F10057B215 /* food@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "food@2x.png"; sourceTree = "<group>"; };
@ -2060,6 +2072,10 @@
29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup;
children = (
FA8A71D0153D83C8005D9795 /* bookmarks-highlighted.png */,
FA8A71D1153D83C8005D9795 /* bookmarks-highlighted@2x.png */,
FA8A71D2153D83C8005D9795 /* bookmarks.png */,
FA8A71D3153D83C8005D9795 /* bookmarks@2x.png */,
FA68E1581525F8F400077B9E /* marker.png */,
FA68E1591525F8F400077B9E /* marker@2x.png */,
FA68E15A1525F8F400077B9E /* star.png */,
@ -3420,6 +3436,10 @@
FA68E1621525F8F400077B9E /* star@2x.png in Resources */,
FA68E1671525F92700077B9E /* Default-Landscape@2x.png in Resources */,
FA68E1691525F92700077B9E /* Default-Portrait@2x.png in Resources */,
FA8A71D4153D83C8005D9795 /* bookmarks-highlighted.png in Resources */,
FA8A71D6153D83C8005D9795 /* bookmarks-highlighted@2x.png in Resources */,
FA8A71D8153D83C8005D9795 /* bookmarks.png in Resources */,
FA8A71DA153D83C8005D9795 /* bookmarks@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -4008,6 +4028,10 @@
FA68E1631525F8F400077B9E /* star@2x.png in Resources */,
FA68E1681525F92700077B9E /* Default-Landscape@2x.png in Resources */,
FA68E16A1525F92700077B9E /* Default-Portrait@2x.png in Resources */,
FA8A71D5153D83C8005D9795 /* bookmarks-highlighted.png in Resources */,
FA8A71D7153D83C8005D9795 /* bookmarks-highlighted@2x.png in Resources */,
FA8A71D9153D83C8005D9795 /* bookmarks.png in Resources */,
FA8A71DB153D83C8005D9795 /* bookmarks@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

View file

@ -3,12 +3,12 @@
<data>
<int key="IBDocument.SystemTarget">1024</int>
<string key="IBDocument.SystemVersion">11D50</string>
<string key="IBDocument.InterfaceBuilderVersion">2177</string>
<string key="IBDocument.InterfaceBuilderVersion">2182</string>
<string key="IBDocument.AppKitVersion">1138.32</string>
<string key="IBDocument.HIToolboxVersion">568.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="NS.object.0">1173</string>
<string key="NS.object.0">1181</string>
</object>
<array key="IBDocument.IntegratedClassDependencies">
<string>IBUIWindow</string>
@ -43,6 +43,7 @@
<object class="NSPSMatrix" key="NSFrameMatrix"/>
<string key="NSFrameSize">{768, 1024}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<object class="NSColor" key="IBUIBackgroundColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MSAxIDEAA</bytes>
@ -65,6 +66,7 @@
<int key="NSvFlags">268</int>
<string key="NSFrame">{{22, 899}, {44, 44}}</string>
<reference key="NSSuperview" ref="53915144"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="832785650"/>
<string key="NSReuseIdentifierKey">_NS:237</string>
<bool key="IBUIOpaque">NO</bool>
@ -112,6 +114,36 @@
<int key="NSvFlags">268</int>
<string key="NSFrame">{{150, 899}, {44, 44}}</string>
<reference key="NSSuperview" ref="53915144"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="82412579"/>
<string key="NSReuseIdentifierKey">_NS:237</string>
<bool key="IBUIOpaque">NO</bool>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<int key="IBUIContentHorizontalAlignment">0</int>
<int key="IBUIContentVerticalAlignment">0</int>
<reference key="IBUIHighlightedTitleColor" ref="95748844"/>
<object class="NSColor" key="IBUINormalTitleColor">
<int key="NSColorSpace">1</int>
<bytes key="NSRGB">MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA</bytes>
</object>
<reference key="IBUINormalTitleShadowColor" ref="422857318"/>
<object class="NSCustomResource" key="IBUIHighlightedImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">bookmarks-highlighted.png</string>
</object>
<object class="NSCustomResource" key="IBUINormalImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">bookmarks.png</string>
</object>
<reference key="IBUIFontDescription" ref="995536267"/>
<reference key="IBUIFont" ref="624138544"/>
</object>
<object class="IBUIButton" id="82412579">
<reference key="NSNextResponder" ref="53915144"/>
<int key="NSvFlags">268</int>
<string key="NSFrame">{{214, 899}, {44, 44}}</string>
<reference key="NSSuperview" ref="53915144"/>
<reference key="NSWindow"/>
<string key="NSReuseIdentifierKey">_NS:237</string>
<bool key="IBUIOpaque">NO</bool>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
@ -139,6 +171,7 @@
<int key="NSvFlags">268</int>
<string key="NSFrame">{{86, 899}, {44, 44}}</string>
<reference key="NSSuperview" ref="53915144"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="312081333"/>
<string key="NSReuseIdentifierKey">_NS:237</string>
<bool key="IBUIOpaque">NO</bool>
@ -165,6 +198,7 @@
</array>
<string key="NSFrameSize">{768, 960}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="68084817"/>
<object class="NSColor" key="IBUIBackgroundColor">
<int key="NSColorSpace">3</int>
@ -255,12 +289,12 @@
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
<string key="label">OnSearchClicked:</string>
<string key="label">OnBookmarksClicked:</string>
<reference key="source" ref="312081333"/>
<reference key="destination" ref="532797962"/>
<int key="IBEventType">1</int>
</object>
<int key="connectionID">202</int>
<int key="connectionID">206</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
@ -271,6 +305,15 @@
</object>
<int key="connectionID">203</int>
</object>
<object class="IBConnectionRecord">
<object class="IBCocoaTouchEventConnection" key="connection">
<string key="label">OnSearchClicked:</string>
<reference key="source" ref="82412579"/>
<reference key="destination" ref="532797962"/>
<int key="IBEventType">1</int>
</object>
<int key="connectionID">205</int>
</object>
</array>
<object class="IBMutableOrderedSet" key="objectRecords">
<array key="orderedObjects">
@ -318,6 +361,7 @@
<reference ref="68084817"/>
<reference ref="312081333"/>
<reference ref="832785650"/>
<reference ref="82412579"/>
</array>
<reference key="parent" ref="963277495"/>
</object>
@ -336,6 +380,11 @@
<reference key="object" ref="312081333"/>
<reference key="parent" ref="53915144"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">204</int>
<reference key="object" ref="82412579"/>
<reference key="parent" ref="53915144"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
@ -350,7 +399,7 @@
<string key="190.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<real value="2" key="190.IBUIButtonInspectorSelectedStateConfigurationMetadataKey"/>
<string key="191.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<real value="1" key="191.IBUIButtonInspectorSelectedStateConfigurationMetadataKey"/>
<real value="0.0" key="191.IBUIButtonInspectorSelectedStateConfigurationMetadataKey"/>
<string key="192.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<real value="1" key="192.IBUIButtonInspectorSelectedStateConfigurationMetadataKey"/>
<dictionary class="NSMutableDictionary" key="2.IBAttributePlaceholdersKey"/>
@ -359,6 +408,8 @@
<integer value="0" key="NS.object.0"/>
</object>
<string key="2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="204.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<real value="1" key="204.IBUIButtonInspectorSelectedStateConfigurationMetadataKey"/>
<string key="3.CustomClassName">MapsAppDelegate</string>
<string key="3.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
</dictionary>
@ -366,10 +417,18 @@
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">203</int>
<int key="maxID">206</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">EAGLView</string>
<string key="superclassName">UIView</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/EAGLView.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">FirstResponder</string>
<dictionary class="NSMutableDictionary" key="actions">
@ -396,6 +455,84 @@
<string key="minorKey"/>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">MapViewController</string>
<string key="superclassName">UIViewController</string>
<dictionary class="NSMutableDictionary" key="actions">
<string key="OnBookmarksClicked:">id</string>
<string key="OnMyPositionClicked:">id</string>
<string key="OnSearchClicked:">id</string>
<string key="OnSettingsClicked:">id</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="actionInfosByName">
<object class="IBActionInfo" key="OnBookmarksClicked:">
<string key="name">OnBookmarksClicked:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="OnMyPositionClicked:">
<string key="name">OnMyPositionClicked:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="OnSearchClicked:">
<string key="name">OnSearchClicked:</string>
<string key="candidateClassName">id</string>
</object>
<object class="IBActionInfo" key="OnSettingsClicked:">
<string key="name">OnSettingsClicked:</string>
<string key="candidateClassName">id</string>
</object>
</dictionary>
<dictionary class="NSMutableDictionary" key="outlets">
<string key="m_bookmarksButton">UIButton</string>
<string key="m_downloadButton">UIButton</string>
<string key="m_myPositionButton">UIButton</string>
<string key="m_searchButton">UIButton</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
<object class="IBToOneOutletInfo" key="m_bookmarksButton">
<string key="name">m_bookmarksButton</string>
<string key="candidateClassName">UIButton</string>
</object>
<object class="IBToOneOutletInfo" key="m_downloadButton">
<string key="name">m_downloadButton</string>
<string key="candidateClassName">UIButton</string>
</object>
<object class="IBToOneOutletInfo" key="m_myPositionButton">
<string key="name">m_myPositionButton</string>
<string key="candidateClassName">UIButton</string>
</object>
<object class="IBToOneOutletInfo" key="m_searchButton">
<string key="name">m_searchButton</string>
<string key="candidateClassName">UIButton</string>
</object>
</dictionary>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/MapViewController.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">MapsAppDelegate</string>
<string key="superclassName">NSObject</string>
<dictionary class="NSMutableDictionary" key="outlets">
<string key="m_mapViewController">MapViewController</string>
<string key="m_window">UIWindow</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
<object class="IBToOneOutletInfo" key="m_mapViewController">
<string key="name">m_mapViewController</string>
<string key="candidateClassName">MapViewController</string>
</object>
<object class="IBToOneOutletInfo" key="m_window">
<string key="name">m_window</string>
<string key="candidateClassName">UIWindow</string>
</object>
</dictionary>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/MapsAppDelegate.h</string>
</object>
</object>
</array>
</object>
<int key="IBDocument.localizationMode">0</int>
@ -406,7 +543,7 @@
</object>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
<real value="1280" key="NS.object.0"/>
<real value="1296" key="NS.object.0"/>
</object>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
@ -415,6 +552,8 @@
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<string key="bookmarks-highlighted.png">{48, 48}</string>
<string key="bookmarks.png">{48, 48}</string>
<string key="downloader-highlighted.png">{48, 48}</string>
<string key="downloader.png">{48, 48}</string>
<string key="location-highlighted.png">{48, 48}</string>
@ -423,6 +562,6 @@
<string key="search-highlighted.png">{48, 48}</string>
<string key="search.png">{48, 48}</string>
</dictionary>
<string key="IBCocoaTouchPluginVersion">1173</string>
<string key="IBCocoaTouchPluginVersion">1181</string>
</data>
</archive>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
iphone/Maps/bookmarks.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB