From 78e8dd3883c0561e52fd22a6de38bfbcff8cfc28 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 23 Jun 2016 14:57:40 -0400 Subject: [PATCH] More TODOs. --- darwin/scrollview.m | 1 + 1 file changed, 1 insertion(+) diff --git a/darwin/scrollview.m b/darwin/scrollview.m index ec24cbd5..b0b4040c 100644 --- a/darwin/scrollview.m +++ b/darwin/scrollview.m @@ -2,6 +2,7 @@ #include "uipriv_darwin.h" // see http://stackoverflow.com/questions/37979445/how-do-i-properly-set-up-a-scrolling-nstableview-using-auto-layout-what-ive-tr for why we don't use auto layout +// TODO do the same with uiGroup and uiTab? struct scrollViewData { BOOL hscroll;