<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-9017208940051771851.post345822434433493651..comments</id><updated>2010-05-26T09:02:30.730-04:00</updated><title type='text'>Comments on iPhone SDK Articles: UITableView - Indexed table view</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.iphonesdkarticles.com/feeds/345822434433493651/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default'/><link rel='alternate' type='text/html' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html'/><author><name>jai</name><uri>http://www.blogger.com/profile/09514342500729931901</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9017208940051771851.post-723699891447160823</id><published>2009-04-24T09:24:00.000-04:00</published><updated>2009-04-24T09:24:00.000-04:00</updated><title type='text'>Apple has provided an NSString constant for the ma...</title><content type='html'>Apple has provided an NSString constant for the magnifier in iPhone OS 3.0: &lt;B&gt;UITableViewIndexSearch&lt;/B&gt;. This constant works the same as @"{search}" but will keep your application robust if Apple decides to suddenly change the value of the string.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/723699891447160823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/723699891447160823'/><link rel='alternate' type='text/html' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html?showComment=1240579440000#c723699891447160823' title=''/><author><name>Nikolaj Andresen</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html' ref='tag:blogger.com,1999:blog-9017208940051771851.post-345822434433493651' source='http://www.blogger.com/feeds/9017208940051771851/posts/default/345822434433493651' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9017208940051771851.post-6888801302585506</id><published>2009-03-31T13:59:00.000-04:00</published><updated>2009-03-31T13:59:00.000-04:00</updated><title type='text'>- (NSInteger)tableView:(UITableView *)tableView se...</title><content type='html'>- (NSInteger)tableView:(UITableView *)tableView sectionForSectionIndexTitle:(NSString *)title atIndex:(NSInteger)index {&lt;BR/&gt; NSLog([NSString stringWithFormat:@"clicked index : %i",index]);&lt;BR/&gt; if (index == 0) {&lt;BR/&gt;  [tableView scrollRectToVisible:[[tableView tableHeaderView] bounds] animated:NO];&lt;BR/&gt;  return -1;&lt;BR/&gt; }&lt;BR/&gt; return index;&lt;BR/&gt;}</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/6888801302585506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/6888801302585506'/><link rel='alternate' type='text/html' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html?showComment=1238522340000#c6888801302585506' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html' ref='tag:blogger.com,1999:blog-9017208940051771851.post-345822434433493651' source='http://www.blogger.com/feeds/9017208940051771851/posts/default/345822434433493651' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9017208940051771851.post-4523873008907214349</id><published>2009-03-21T12:46:00.000-04:00</published><updated>2009-03-21T12:46:00.000-04:00</updated><title type='text'>Using @"{search}" how can I get the view to scroll...</title><content type='html'>Using @"{search}" how can I get the view to scroll to the search bar when the magnifier is pressed? Thanks</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/4523873008907214349'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/4523873008907214349'/><link rel='alternate' type='text/html' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html?showComment=1237653960000#c4523873008907214349' title=''/><author><name>Matt Sephton</name><uri>http://www.gingerbeardman.com</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html' ref='tag:blogger.com,1999:blog-9017208940051771851.post-345822434433493651' source='http://www.blogger.com/feeds/9017208940051771851/posts/default/345822434433493651' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9017208940051771851.post-794021781429016731</id><published>2009-03-12T21:32:00.000-04:00</published><updated>2009-03-12T21:32:00.000-04:00</updated><title type='text'>"Since we cannot display the magnifying glass like...</title><content type='html'>"Since we cannot display the magnifying glass like the contacts application. If you have an idea on how to get it working, please let us know."&lt;BR/&gt;&lt;BR/&gt;- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView {&lt;BR/&gt; &lt;BR/&gt; NSArray *searchArray = [NSArray arrayWithObjects:&lt;BR/&gt;  @"{search}", @"A", @"B", @"C", @"D", @"E", @"F", @"G", @"H", @"I", @"J", @"K", @"L",&lt;BR/&gt;  @"M", @"N", @"O", @"P", @"Q", @"R", @"S", @"T", @"U", @"V", @"W", @"X", @"Z", @"#", nil];&lt;BR/&gt; &lt;BR/&gt; return searchArray;&lt;BR/&gt;}</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/794021781429016731'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/794021781429016731'/><link rel='alternate' type='text/html' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html?showComment=1236907920000#c794021781429016731' title=''/><author><name>Bartosz Supczinski</name><uri>http://www.dir.pl</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html' ref='tag:blogger.com,1999:blog-9017208940051771851.post-345822434433493651' source='http://www.blogger.com/feeds/9017208940051771851/posts/default/345822434433493651' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9017208940051771851.post-4352462014947115070</id><published>2009-02-18T00:05:00.000-05:00</published><updated>2009-02-18T00:05:00.000-05:00</updated><title type='text'>Set the style in Interface Builder. Sorry about th...</title><content type='html'>Set the style in Interface Builder. Sorry about the confusion.&lt;BR/&gt;&lt;BR/&gt;Please let me know if I can be of any more help.&lt;BR/&gt;&lt;BR/&gt;Happy Programming,&lt;BR/&gt;iPhone SDK Articles</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/4352462014947115070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/4352462014947115070'/><link rel='alternate' type='text/html' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html?showComment=1234933500000#c4352462014947115070' title=''/><author><name>iPhone SDK Articles</name><uri>http://www.blogger.com/profile/08386394388537674897</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16542777069554124446'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html' ref='tag:blogger.com,1999:blog-9017208940051771851.post-345822434433493651' source='http://www.blogger.com/feeds/9017208940051771851/posts/default/345822434433493651' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9017208940051771851.post-784041519461914386</id><published>2009-02-16T19:06:00.000-05:00</published><updated>2009-02-16T19:06:00.000-05:00</updated><title type='text'>UITableViewStyleGrouped -&gt; where can i put this in...</title><content type='html'>UITableViewStyleGrouped -&amp;gt; where can i put this in the rootviewcontroller.m file, to change the view?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/784041519461914386'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/784041519461914386'/><link rel='alternate' type='text/html' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html?showComment=1234829160000#c784041519461914386' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html' ref='tag:blogger.com,1999:blog-9017208940051771851.post-345822434433493651' source='http://www.blogger.com/feeds/9017208940051771851/posts/default/345822434433493651' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9017208940051771851.post-8991227247149295894</id><published>2009-02-01T04:36:00.000-05:00</published><updated>2009-02-01T04:36:00.000-05:00</updated><title type='text'>I've completed the tutorial of UITableView. It's v...</title><content type='html'>I've completed the tutorial of UITableView. It's very great and absolutely useful!! thanks a lot!!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/8991227247149295894'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/8991227247149295894'/><link rel='alternate' type='text/html' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html?showComment=1233480960000#c8991227247149295894' title=''/><author><name>arnoldxt</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html' ref='tag:blogger.com,1999:blog-9017208940051771851.post-345822434433493651' source='http://www.blogger.com/feeds/9017208940051771851/posts/default/345822434433493651' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9017208940051771851.post-3010369269151526444</id><published>2009-01-27T18:46:00.000-05:00</published><updated>2009-01-27T18:46:00.000-05:00</updated><title type='text'>@Anonymous Thanks for that information. everyone: ...</title><content type='html'>@Anonymous Thanks for that information. &lt;BR/&gt;&lt;BR/&gt;everyone: To display the search magnifying-glass-character use @"{search}"&lt;BR/&gt;&lt;BR/&gt;This is NOT supported by Apple.&lt;BR/&gt;&lt;BR/&gt;Happy Programming,&lt;BR/&gt;iPhone SDK Articles</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/3010369269151526444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/3010369269151526444'/><link rel='alternate' type='text/html' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html?showComment=1233099960000#c3010369269151526444' title=''/><author><name>iPhone SDK Articles</name><uri>http://www.blogger.com/profile/08386394388537674897</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16542777069554124446'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html' ref='tag:blogger.com,1999:blog-9017208940051771851.post-345822434433493651' source='http://www.blogger.com/feeds/9017208940051771851/posts/default/345822434433493651' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9017208940051771851.post-2606671002299096634</id><published>2009-01-27T18:17:00.000-05:00</published><updated>2009-01-27T18:17:00.000-05:00</updated><title type='text'>http://stackoverflow.com/questions/235120/whats-th...</title><content type='html'>&lt;A HREF="http://stackoverflow.com/questions/235120/whats-the-uitableview-index-magnifying-glass-character" REL="nofollow"&gt;http://stackoverflow.com/questions/235120/whats-the-uitableview-index-magnifying-glass-character&lt;/A&gt;&lt;BR/&gt;&lt;BR/&gt;NOTE: this seems to be an undocumented feature, so it may have the same risks as using the private APIs.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/2606671002299096634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9017208940051771851/345822434433493651/comments/default/2606671002299096634'/><link rel='alternate' type='text/html' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html?showComment=1233098220000#c2606671002299096634' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.iphonesdkarticles.com/2009/01/uitableview-indexed-table-view.html' ref='tag:blogger.com,1999:blog-9017208940051771851.post-345822434433493651' source='http://www.blogger.com/feeds/9017208940051771851/posts/default/345822434433493651' type='text/html'/></entry></feed>