ios-samples/WeatherMap
Larry O'Brien 1c463e7203 Wrapping CGContext in using() blocks. Squashed commit of the following:
commit 2897b346f2a98b0a76c89e62e36caa32043018eb
Author: Larry O'Brien <lobrien@knowing.net>
Date:   Wed Apr 30 09:39:17 2014 -1000

    WeatherMap sample: Wrapped CGContext in using()

commit 4f571659aa92f78dfaf3408f5a3a21d4a501c696
Author: Larry O'Brien <lobrien@knowing.net>
Date:   Wed Apr 30 09:12:25 2014 -1000

    Quotes sample: Wrapped CGContext in using()

commit 7511c14345bf542b70517a7ac472722fd376bc12
Author: Larry O'Brien <lobrien@knowing.net>
Date:   Wed Apr 30 09:04:53 2014 -1000

    QuartzSample: wrapped CGContext in using()

    I checked the implementations of the abstract DrawInContext() method and they were not individually guaranteeing cleaning up of the CGContext. So the wrap happens in the abstract QuartzView Draw() method.

commit 370c72054382caaad59fe649972ff850cbfeab2a
Author: Larry O'Brien <lobrien@knowing.net>
Date:   Wed Apr 30 08:59:19 2014 -1000

    PaintCode sample: wrapped CGContext usages in using()

commit f6b1ff047653465704bd7e74f308f00e3f6152ca
Author: Larry O'Brien <lobrien@knowing.net>
Date:   Wed Apr 30 08:47:58 2014 -1000

    AVTouch sample: Wrapped CGContext in using()

commit e0abb9f37485644a567d7d52bb2c1dcc3f111ec2
Author: Larry O'Brien <lobrien@knowing.net>
Date:   Wed Apr 30 08:47:41 2014 -1000

    FrogScroller sample: Wrapped CGContext in using

commit e9c732e7afe25a13b9cc11fbbe615580c533cd4f
Author: Larry O'Brien <lobrien@knowing.net>
Date:   Wed Apr 30 08:47:18 2014 -1000

    MotionGraphs sample: Wrapped CGContext in using()
2014-04-30 09:43:34 -10:00
..
Resources add new resources 2012-12-20 14:20:14 -05:00
Screenshots More screenshots. 2011-10-04 11:14:42 +02:00
WeatherIcons Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
AppDelegate.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist Rebuilt samples to fix bug 1842 2014-04-14 11:15:31 -04:00
Main.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
README.md Make sure all samples have a README.dm. 2011-09-27 16:04:15 +02:00
SQLite.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
WeatherAnnotationView.cs Wrapping CGContext in using() blocks. Squashed commit of the following: 2014-04-30 09:43:34 -10:00
WeatherConditions.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
WeatherForecast.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
WeatherForecastAnnotation.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
WeatherMap.csproj add new resources 2012-12-20 14:20:14 -05:00
WeatherMap.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
WeatherMap.sqlite Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
WeatherMapViewController.cs Fix race where we could miss the first RegionChanged event which would prevent showing the annotations until a new, user driven, event happens. Fix bug #6063 2012-07-19 08:16:21 -04:00
WeatherMapViewController.designer.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
WeatherMapViewController.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
WeatherServer.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00

README.md

Weather Map

This sample demonstrates using annotations in MapKit by placing weather forecasts above cities.