服装设计中,如何计算正方形元素的具体数量?
- 内容介绍
- 文章标签
- 相关推荐
本文共计532个文字,预计阅读时间需要3分钟。
我需要在React Native中绘制一个可压密的矩形布局,该布局能够接受一个自定义数字并将其显示在屏幕上。我想绘制一个可压密的矩形布局,该布局能够接受一个自定义数字并显示在屏幕上。
iwanttodrawalayoutinreactnativeofpressableRectangles,thatwouldacceptacostumenumberi want to draw a layout in react native of pressable Rectangles, that would accept a costume number to put in the screen.
我想绘制一个可压缩矩形的原生布局,这将接受一个服装号码放在屏幕上。
(let's say i want my view to have 10 Rectangles, so i'd give it 10 and it would stretch this 10 to my screen exactly.) (and later if i change it to 5 it would stretch this 5 exactly to my screen) and then of course to have them all clickable and to know in the listener what square i'm clicking at.
(假设我希望我的视图有10个矩形,所以我给它10个,它会将这10个精确地延伸到我的屏幕。
本文共计532个文字,预计阅读时间需要3分钟。
我需要在React Native中绘制一个可压密的矩形布局,该布局能够接受一个自定义数字并将其显示在屏幕上。我想绘制一个可压密的矩形布局,该布局能够接受一个自定义数字并显示在屏幕上。
iwanttodrawalayoutinreactnativeofpressableRectangles,thatwouldacceptacostumenumberi want to draw a layout in react native of pressable Rectangles, that would accept a costume number to put in the screen.
我想绘制一个可压缩矩形的原生布局,这将接受一个服装号码放在屏幕上。
(let's say i want my view to have 10 Rectangles, so i'd give it 10 and it would stretch this 10 to my screen exactly.) (and later if i change it to 5 it would stretch this 5 exactly to my screen) and then of course to have them all clickable and to know in the listener what square i'm clicking at.
(假设我希望我的视图有10个矩形,所以我给它10个,它会将这10个精确地延伸到我的屏幕。

