<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/iphonesdkdevelopment</id>
  <title type="text">iPhone SDK Development Google Group</title>
  <subtitle type="text">
  A group for developers to ask question, give answers to the most simple and complicated iPhone SDK Development issues.
  </subtitle>
  <link href="/group/iphonesdkdevelopment/feed/atom_v1_0_msgs.xml" rel="self" title="iPhone SDK Development feed"/>
  <updated>2010-01-08T18:24:20Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>sunil prajapati</name>
  <email>skumar2...@gmail.com</email>
  </author>
  <updated>2010-01-08T18:24:20Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/5c243e3f19bfa146/3b0bc12e7e099558?show_docid=3b0bc12e7e099558</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/5c243e3f19bfa146/3b0bc12e7e099558?show_docid=3b0bc12e7e099558"/>
  <title type="text">Re: launch webex iPhone application(meet)</title>
  <summary type="html" xml:space="preserve">
  thanks for reply. &lt;br&gt; My iPhone device is not jailbroken. &lt;br&gt; I tried to launch the iPhone webex application with webex invitation link &lt;br&gt; because webex invitation link has some information within it. Now problem is &lt;br&gt; that some times it launch iPhone webex application(meet) some times it &lt;br&gt; divert to apple store to download the Cisco webex application while I
  </summary>
  </entry>
  <entry>
  <author>
  <name>elvagabondo</name>
  <email>elvagabo...@gmail.com</email>
  </author>
  <updated>2010-01-06T22:34:12Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/d227b8d567f1bfb1/813eb60174d47feb?show_docid=813eb60174d47feb</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/d227b8d567f1bfb1/813eb60174d47feb?show_docid=813eb60174d47feb"/>
  <title type="text">Re: Reloading a page to replay a GIF animation</title>
  <summary type="html" xml:space="preserve">
  You should hold on to the UIWebView object as a member variable of &lt;br&gt; your view controller class so you can access it later when your view &lt;br&gt; appears again. Then you can call its -reload method in viewWillAppear: &lt;br&gt; -(void)viewWillAppear:animated { &lt;br&gt; [myWebView reload]; &lt;br&gt; Your page should be reloaded whenever your view appears again. The
  </summary>
  </entry>
  <entry>
  <author>
  <name>Yahoo US</name>
  <email>laurentgarnie...@yahoo.com</email>
  </author>
  <updated>2010-01-08T18:04:19Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/f18c82a5571f519e/173d3d6bb2bf3ba5?show_docid=173d3d6bb2bf3ba5</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/f18c82a5571f519e/173d3d6bb2bf3ba5?show_docid=173d3d6bb2bf3ba5"/>
  <title type="text">Re: Want to hide UILabel</title>
  <summary type="html" xml:space="preserve">
  [labelName setHidden:YES] &lt;br&gt; LG &lt;br&gt; Hello, &lt;br&gt; I want to hide one of the UILabel at a particular point in my app. So if anyone could help me with the code how to hide the UILabel? &lt;br&gt; Thanks in advance. &lt;br&gt; Thanks &lt;br&gt; Ritesh
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Phillip Oster</name>
  <email>davidphillipos...@gmail.com</email>
  </author>
  <updated>2010-01-08T17:58:06Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/c7f3cc5606db6b12/b56643ee6b70c8f9?show_docid=b56643ee6b70c8f9</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/c7f3cc5606db6b12/b56643ee6b70c8f9?show_docid=b56643ee6b70c8f9"/>
  <title type="text">Re: HTTP Server on iPhone</title>
  <summary type="html" xml:space="preserve">
  See &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/Foundation/GTMHTTPServer.h&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; and .m &lt;br&gt; You can expect that the code in the Foundation folder of google- &lt;br&gt; toolbox-for-mac also works on an iPhone.
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Phillip Oster</name>
  <email>davidphillipos...@gmail.com</email>
  </author>
  <updated>2010-01-08T17:52:53Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/5cf41eddaaf764b6/493e15d9a3cd6365?show_docid=493e15d9a3cd6365</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/5cf41eddaaf764b6/493e15d9a3cd6365?show_docid=493e15d9a3cd6365"/>
  <title type="text">Re: info button</title>
  <summary type="html" xml:space="preserve">
  In Interface builder, open the main .xib file of your app. &lt;br&gt; Open the main view of your app. &lt;br&gt; Open the Library window (the menu item Tools &amp;gt; Library) &lt;br&gt; Type &amp;quot;button&amp;quot; into the Library window&#39;s search box. &lt;br&gt; Drag the Round Rect Button onto your main view. &lt;br&gt; Open the Inspector window (the menu item Tools &amp;gt; Inspector) Go to the
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Phillip Oster</name>
  <email>davidphillipos...@gmail.com</email>
  </author>
  <updated>2010-01-08T17:48:32Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/ccc69525ecaa0c20/2cc868b90bbfa2df?show_docid=2cc868b90bbfa2df</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/ccc69525ecaa0c20/2cc868b90bbfa2df?show_docid=2cc868b90bbfa2df"/>
  <title type="text">Re: NSUserDefaults saving locale text problem</title>
  <summary type="html" xml:space="preserve">
  Got to be your problem. NSStrings are full unicode in RAM, and UTF-8 &lt;br&gt; encoding on disk. You don&#39;t need to do anything special. &lt;br&gt; [[NSUserDefaults standardUserDefaults] setObject:@&amp;quot;An¥thîng&amp;quot; &lt;br&gt; forKey:@&amp;quot;myKey&amp;quot;]; &lt;br&gt; What text encoding is your source code in? (Should be UTF-8.) With the &lt;br&gt; file open and frontmost in Xcode, what does the menu:
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Phillip Oster</name>
  <email>davidphillipos...@gmail.com</email>
  </author>
  <updated>2010-01-08T17:42:19Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/b0c2c08743ddcc16/549ff37338f8c468?show_docid=549ff37338f8c468</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/b0c2c08743ddcc16/549ff37338f8c468?show_docid=549ff37338f8c468"/>
  <title type="text">Re: Scratch off help</title>
  <summary type="html" xml:space="preserve">
  Add a third, mask image. Could be based on a CGBitmapContext (In the &lt;br&gt; Core Graphics framework.) Start with the mask as all on. As the user &lt;br&gt; does touch strokes, you turn off mask bits, and re-composite the cover &lt;br&gt; image onto the base image using the mask.Use CGContextClipToMask() to &lt;br&gt; mask drawing, CGContextDrawImage() to draw the image,
  </summary>
  </entry>
  <entry>
  <author>
  <name>lzbob</name>
  <email>lzb...@gmail.com</email>
  </author>
  <updated>2010-01-08T17:38:26Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/c44dd825bb8c6bee/5902e2f73bc4185b?show_docid=5902e2f73bc4185b</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/c44dd825bb8c6bee/5902e2f73bc4185b?show_docid=5902e2f73bc4185b"/>
  <title type="text">Re: Getting the &quot;last&quot; webViewDidFinishLoad</title>
  <summary type="html" xml:space="preserve">
  this is what I did.... &lt;br&gt; I think this is the only solution &lt;br&gt; -z &lt;br&gt; On Fri, Jan 8, 2010 at 10:37 AM, David Phillip Oster &amp;lt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Phillip Oster</name>
  <email>davidphillipos...@gmail.com</email>
  </author>
  <updated>2010-01-08T17:37:05Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/c44dd825bb8c6bee/c8db6a97b3863f6f?show_docid=c8db6a97b3863f6f</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/c44dd825bb8c6bee/c8db6a97b3863f6f?show_docid=c8db6a97b3863f6f"/>
  <title type="text">Re: Getting the &quot;last&quot; webViewDidFinishLoad</title>
  <summary type="html" xml:space="preserve">
  Is it your website? If so, you can call from the web page into your &lt;br&gt; code by having your &amp;lt;body onload=&amp;quot;javacsript:DoneLoading ()&amp;quot;&amp;gt; try to &lt;br&gt; open a URL: my_callback://Doneloading. In your WebView&#39;s delegate&#39;s &lt;br&gt; - (BOOL)webView:(UIWebView *)webView &lt;br&gt; shouldStartLoadWithRequest:(NS URLRequest *)request &lt;br&gt; navigationType:(UIWebViewNavig ationType)navigationType {
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Phillip Oster</name>
  <email>davidphillipos...@gmail.com</email>
  </author>
  <updated>2010-01-08T17:31:42Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/4931d85004f3ccb7/31d2386e8e735eeb?show_docid=31d2386e8e735eeb</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/4931d85004f3ccb7/31d2386e8e735eeb?show_docid=31d2386e8e735eeb"/>
  <title type="text">Re: navigation button title</title>
  <summary type="html" xml:space="preserve">
  You can use UINavigationItem&#39;s setTitleView: method to install a &lt;br&gt; UIView containing two UILabels. &lt;br&gt; (Or write a custom UIView that uses the calls from UIStringDrawing.h &lt;br&gt; to directly draw two strings. Then use UINavigationItem&#39;s &lt;br&gt; setTitleView: to install that.)
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Phillip Oster</name>
  <email>davidphillipos...@gmail.com</email>
  </author>
  <updated>2010-01-08T17:28:34Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/5c243e3f19bfa146/7da8d6365e654c52?show_docid=7da8d6365e654c52</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/5c243e3f19bfa146/7da8d6365e654c52?show_docid=7da8d6365e654c52"/>
  <title type="text">Re: launch webex iPhone application(meet)</title>
  <summary type="html" xml:space="preserve">
  See if you can look at its Info.plist file. (You may need a jailbroken &lt;br&gt; phone for this). If the Info.plist has a CFBundleURLSchemes key, with &lt;br&gt; for example, the value webex, then you can launch their app by: &lt;br&gt; [[UIApplication sharedApplication] openURL:[NSURL &lt;br&gt; URLWithString:@&amp;quot;webex:somethin g here&amp;quot;]]; &lt;br&gt; Apple documents the URLSchemes for some of their apps.
  </summary>
  </entry>
  <entry>
  <author>
  <name>sunil prajapati</name>
  <email>skumar2...@gmail.com</email>
  </author>
  <updated>2010-01-08T15:42:56Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/5c243e3f19bfa146/f8ed299ec79345fb?show_docid=f8ed299ec79345fb</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/5c243e3f19bfa146/f8ed299ec79345fb?show_docid=f8ed299ec79345fb"/>
  <title type="text">launch webex iPhone application(meet)</title>
  <summary type="html" xml:space="preserve">
  Hi Guys, &lt;br&gt; Can anybody help me out, how to launch Cisco webex iPhone &lt;br&gt; application(meet) from my iPhone application?
  </summary>
  </entry>
  <entry>
  <author>
  <name>harish kotagiri</name>
  <email>harish.kotag...@gmail.com</email>
  </author>
  <updated>2010-01-08T14:53:04Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/4931d85004f3ccb7/9454325ad31eaa30?show_docid=9454325ad31eaa30</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/4931d85004f3ccb7/9454325ad31eaa30?show_docid=9454325ad31eaa30"/>
  <title type="text">navigation button title</title>
  <summary type="html" xml:space="preserve">
  Hi friends, &lt;br&gt; How can set 2 lines title in navigation right bar button item. &lt;br&gt; Thanks in advance..
  </summary>
  </entry>
  <entry>
  <author>
  <name>mariot</name>
  <email>marioqta...@gmail.com</email>
  </author>
  <updated>2010-01-08T14:36:10Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/c44dd825bb8c6bee/ec254fc4317f55c6?show_docid=ec254fc4317f55c6</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/c44dd825bb8c6bee/ec254fc4317f55c6?show_docid=ec254fc4317f55c6"/>
  <title type="text">Re: Getting the &quot;last&quot; webViewDidFinishLoad</title>
  <summary type="html" xml:space="preserve">
  I guess the amount of call depends on how a website is loaded. &lt;br&gt; My webview behaves just like any browser behaves in which it can &lt;br&gt; dynamically load any website. &lt;br&gt; However, I notice that some websites are loaded several times (maybe &lt;br&gt; because the website is divided into frames) and I&#39;m getting a bunch of &lt;br&gt; webViewDidFinishLoad calls in my delegate.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Abdellah MOUHOU</name>
  <email>mouhou.abdel...@gmail.com</email>
  </author>
  <updated>2010-01-08T12:25:28Z</updated>
  <id>http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/513b63a2e9c993f9/ca1ea19d889d3a08?show_docid=ca1ea19d889d3a08</id>
  <link href="http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/513b63a2e9c993f9/ca1ea19d889d3a08?show_docid=ca1ea19d889d3a08"/>
  <title type="text">Videos non streaming</title>
  <summary type="html" xml:space="preserve">
  Hi everybody, &lt;br&gt; Do you have an idea of limite of video size (in Mo) that Apple accept app &lt;br&gt; without streaming ? &lt;br&gt; Thanks
  </summary>
  </entry>
</feed>
