Skip to content

Instantly share code, notes, and snippets.

@felixjung
Created August 14, 2012 23:09
Show Gist options
  • Save felixjung/3353790 to your computer and use it in GitHub Desktop.
Save felixjung/3353790 to your computer and use it in GitHub Desktop.
if(placeOnRight)
[layoutView addResizeInfo:(OakResizeInfo){ 11, 15, OakResizeInfo::kTopLeft, OakResizeInfo::kWidth } forView:fileBrowser.view];
else [layoutView addResizeInfo:(OakResizeInfo){ -11, 15, OakResizeInfo::kTopRight, OakResizeInfo::kWidth } forView:fileBrowser.view];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment