Murodjon

Results 14 comments of Murodjon

` func collectionView(_ collectionView: UICollectionView, prefetchItemsAt indexPaths: [IndexPath]) { if let first = indexPaths.first, first.section

Any progress? how i can add custom actions ?

while building https://github.com/apple/swift-nio-ssl same error ``` /Users/kmi/Desktop/libs/Sources/NIOSSL/PosixPort.swift:84:119: error: cannot find type 'FILE' in scope internal static func fopen(file: UnsafePointer, mode: UnsafePointer) throws -> UnsafeMutablePointer { ^~~~ /Users/kmi/Desktop/libs/Sources/NIOSSL/PosixPort.swift:91:60: error: cannot find...

``` kmi@Murodjons-MacBook-Pro ncp-core % /Users/kmi/Desktop/android/swift-android-toolchain/usr/bin/swift-build-arm-linux-androideabi -Xcc -D__ANDROID_API__=24 'ncp-libs' /Users/kmi/ncp-libs: warning: found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target /Users/kmi/ncp-libs/Sources/CNIOHTTPParser/LICENSE-MIT /Users/kmi/ncp-libs/Sources/CNIOHTTPParser/update_and_patch_http_parser.sh /Users/kmi/ncp-libs/Sources/CNIOHTTPParser/AUTHORS 'ncp-libs'...

hello @vgorloff , @buttaface . error while building for swift-build-arm-linux-androideabi

try build this https://github.com/apple/swift-crypto.git package for swift-build-arm-linux-androideabi. this problem in this package

@KittyMac thanks for the detailed answer. I will try it

> @michael-chiu @markusfassbender-parshipgroup @kmitj I've added `backgroundColor = .clear` to effected nodes. Not ideal but reverts to existing behaviour for me. not works for me