From 1700c0cceabf67dd1b562c4c8652efdb77e09c3c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 8 Jul 2018 21:13:19 -0400 Subject: [PATCH] Reworded a TODO. --- darwin/table.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/table.m b/darwin/table.m index 07df7c0f..fc203514 100644 --- a/darwin/table.m +++ b/darwin/table.m @@ -2,7 +2,7 @@ #import "uipriv_darwin.h" #import "table.h" -// TODO the initial scroll position is still wrong +// TODO is the initial scroll position still wrong? @interface uiprivTableModel : NSObject { uiTableModel *m;