问题标签 [swift4]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - Swift 中的单行 if 语句
如何将以下内容从 Objective-C 转换为 Swift?
Swift 没有在条件周围使用括号,但是下面的代码给出了一个错误。
java - AWS sdk for ios android java get folder size
How to get s3 bucket/folder size for android and ios i can get folder size using .net c# code from the following link but i couldn't find a code or api to get the same result in ios and android
How to check the size of the sub-folder for a folder inside a Amazon S3 bucket
Thank you.
ios - iOS:`UICollectionview`,如何通过它的`indexPath`获取单元格的`contentoffset`
我使用的UICollectionview
是圆形布局。我正在尝试计算contentOffset
每个项目,但使用圆形布局,整个布局contentsize
似乎与内容不匹配。
- collectionview 的总 contentSize = 780
- 最后一项的内容偏移量 = 397(?)
- 每个项目的内容偏移量 = 33(?)
有什么办法可以通过它indexPath
或至少是最后一个项目的正确(397)值来获得项目的偏移量collectionview
?我通过测试和打印得到这些值,contentoffset
但我想通过代码计算这些数字(33 和 397),而无需滚动。
那么有没有办法通过它来计算一个单元格的contentoffset
(?)?谢谢!collectionview
indexPath
ios - 如何在 Swift 3、4 和 5 中编写 dispatch_after GCD?
在 Swift 2 中,我可以dispatch_after
使用大中央调度来延迟一个动作:
但这似乎从 Swift 3 开始不再编译。在现代 Swift 中编写它的首选方法是什么?
ios - 圆形UICollectionview,如何保持所有单元格角度为0°
我按照本指南构建了一个圆形 UICollectionview ,一切都按预期工作,但我不希望这些项目围绕自己的角度/锚点旋转
第一行是我的圆形collectionview目前的工作方式,底部绘图是我想要我的collectionview的方式:
我正在使用以下布局属性代码:
具有以下布局类:
我尝试了很多东西,但无法更改单元格旋转
swift - 如何在 Swift 中反转数组?
如何以相反的顺序打印以下数组?
swift - 在不同的 swift 版本中找不到 sizeForItemAtIndexPath
我正在使用 UICollectionView 但未找到以下方法:
请建议我它的替代品。
ios - 如何在 Swift 3 或 Swift 4 中检查互联网连接?
我曾尝试在 Swift 3 中检查互联网连接,但代码对我不起作用。
我还导入了 SystemConfiguration 框架。请建议如何检查。