欧阳爆水
欧阳爆水
like Toast-Swift's view.makeToastActivity(.center)
 i repeat a simple observable sequence, and found the memory will grow
> Hey, this isn't a valid Issue. Please provide many more details, analytics, reproduction, etc. > If you can provide a PR to fix it, that would be best. The...
Does anyone have the same problem?
> Here is the full project for quicker repro: [RepeatTest.zip](https://github.com/RxSwiftCommunity/RxSwiftExt/files/5278608/RepeatTest.zip). Thanks your reply, do you have any idea to solve this problem?
my set: self.carousel.stopAtItemBoundary = NO; self.carousel.scrollToItemBoundary = NO; self.carousel.decelerationRate = 0.0; self.carousel.type = iCarouselTypeLinear;
i use this script, bu not working `#!/bin/bash SEARCH_STRING1="Realm.RealmSwiftObject" REPLACE_STRING1="RealmSwift.Object" SEARCH_STRING2="Realm.RealmSwiftEmbeddedObject" REPLACE_STRING2="RealmSwift.EmbeddedObject" SWIFT_INTERFACE_FILES=$(find "$BUILT_PRODUCTS_DIR" -name '*.swiftinterface') for file in $SWIFT_INTERFACE_FILES; do sed -i '' "s/$SEARCH_STRING1/$REPLACE_STRING1/g" "$file" sed -i '' "s/$SEARCH_STRING2/$REPLACE_STRING2/g"...
I mean, how can I add the .toast to one place, anywhere in app can trigger it? Similarly, UIKit adds toast to the keyWindow
This is demo https://github.com/tospery/AlertViewDemo