<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=IOS_Tips</id>
	<title>IOS Tips - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.theeggeadventure.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=IOS_Tips"/>
	<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=IOS_Tips&amp;action=history"/>
	<updated>2026-05-13T12:16:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0-beta</generator>
	<entry>
		<id>https://www.theeggeadventure.com/wikimedia/index.php?title=IOS_Tips&amp;diff=2379&amp;oldid=prev</id>
		<title>Brianegge: Created page with &quot;==== Tile a background image in a UIViewController ====  &lt;geshi lang=&quot;C&quot;&gt;   // tile background   UIImage *wave = [UIImage imageNamed:@&quot;background-dots.png&quot;];   CGSize imageVie...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.theeggeadventure.com/wikimedia/index.php?title=IOS_Tips&amp;diff=2379&amp;oldid=prev"/>
		<updated>2012-02-11T20:14:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==== Tile a background image in a UIViewController ====  &amp;lt;geshi lang=&amp;quot;C&amp;quot;&amp;gt;   // tile background   UIImage *wave = [UIImage imageNamed:@&amp;quot;background-dots.png&amp;quot;];   CGSize imageVie...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==== Tile a background image in a UIViewController ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geshi lang=&amp;quot;C&amp;quot;&amp;gt;&lt;br /&gt;
  // tile background&lt;br /&gt;
  UIImage *wave = [UIImage imageNamed:@&amp;quot;background-dots.png&amp;quot;];&lt;br /&gt;
  CGSize imageViewSize = imageView.bounds.size;&lt;br /&gt;
  &lt;br /&gt;
  UIGraphicsBeginImageContext(imageViewSize);&lt;br /&gt;
  &lt;br /&gt;
  CGRect imageRect;&lt;br /&gt;
  imageRect.origin = CGPointMake(0.0, 0.0);&lt;br /&gt;
  imageRect.size = CGSizeMake(wave.size.width, wave.size.height);&lt;br /&gt;
  &lt;br /&gt;
  CGContextRef imageContext = UIGraphicsGetCurrentContext();&lt;br /&gt;
  CGContextDrawTiledImage(imageContext, imageRect, wave.CGImage);&lt;br /&gt;
  &lt;br /&gt;
  UIImage *finishedImage = UIGraphicsGetImageFromCurrentImageContext();&lt;br /&gt;
  &lt;br /&gt;
  UIGraphicsEndImageContext();&lt;br /&gt;
  &lt;br /&gt;
  imageView.image = finishedImage;&lt;br /&gt;
&amp;lt;/geshi&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Objective-C]]&lt;/div&gt;</summary>
		<author><name>Brianegge</name></author>
	</entry>
</feed>