Layouter provides a simple means to layout views in iOS. Say you have three views you want to appear one after the other in a vertical column (a common task in iOS apps). Layouter makes this really ...
const char* layout_params = "default(x=10,y=20,w=30,h=40)"; self_layouter_t* layouter = self_layouter_create(layout_params); ASSERT_EQ(self_layouter_get_param_int ...