5/20/2009

Bug found in Cocoa Touch

I can use Potion after battle now. Fixed two bugs.
In UITableView, when you swipe a row, the "Delete" comes up. But then you can't select any of the rows afterwards. The code below fixes the problem. Forums and Google is always my friend. :)
戦闘後でもポーションが使えるようになった。2つのバグ修正。UITableViewで行をスワイプすると「解除」ボタンが表れる。その後にビューがまったく反応しなくなる。解決は下。フォーラムとグーグル様々です。m(_ _ )m


myTableView.alwaysBounceVertical = NO;
myTableView.scrollEnabled = YES;

No comments:

Post a Comment