Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 08-10-2010, 10:59 AM   #1 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 9
Varu is on a distinguished road
Default UITableView won't scroll to row

Hi all,

I'm trying to tell my UITableView to scroll to a specific row, specifically the last row.
When I try this however it crashes.

Code:
int total = [MyTableView numberOfRowsInSection: 0];
if (total > 4) {
  NSIndexPath *ip = [NSIndexPath indexPathForRow: total-1 inSection:0];
  [MyTableView scrollToRowAtIndexPath: ip
	   atScrollPosition: UITableViewScrollPositionTop
	   animated: NO];
  [ip release];
}
Sometimes when I scroll to total-2 everything is fine, and sometimes that crashes things too.

The stack after a crash is as follows:

Code:
#0	0x029a4c93 in objc_msgSend
#1	0x04925510 in ??
#2	0x0030b698 in _UIApplicationHandleEvent
#3	0x0310817c in PurpleEventCallback
#4	0x027c489c in CFRunLoopRunSpecific
#5	0x027c38a8 in CFRunLoopRunInMode
#6	0x0310689d in GSEventRunModal
#7	0x03106962 in GSEventRun
#8	0x00309372 in UIApplicationMain
#9	0x00002704 in main at main.m:14
Thanks for any help.

Last edited by Varu; 08-11-2010 at 07:03 AM.
Varu is offline   Reply With Quote
Old 08-10-2010, 11:41 AM   #2 (permalink)
Registered Member
 
Join Date: Aug 2010
Posts: 9
Varu is on a distinguished road
Default

...

Last edited by Varu; 08-10-2010 at 07:41 PM.
Varu is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 349
9 members and 340 guests
bignoggins, Chickenrig, firecall, iNet, linkmx, michaelhansen, Objective Zero, PlutoPrime, stanny
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,657
Threads: 94,118
Posts: 402,893
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jenniead38
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:38 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0