A-ViewContaineriOS 卡片容器

联合创作 · 2023-09-27 14:49

A-ViewContainer  是多控件的卡片容器。

使用:

// If the view is A_MultipleViewContainer already, then you don't need to call InstallTo method.A_MultipleViewContainer *centerView = [A_MultipleViewContainer A_InstallTo:self.view];
[centerView A_AddChild:[DemoLabelViewController createWithNumber:0]];
[centerView A_AddChild:[DemoLabelViewController createWithNumber:1]];
[centerView A_AddChild:[DemoLabelViewController createWithNumber:2]];
[centerView A_AddChild:[DemoLabelViewController createWithNumber:3]];
[centerView A_Display];

 

浏览 4
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报