Insooooo
Insooooo
@Adobels Do you have any good idea or algorithm about a custom hash function.
@Adobels I have update this [pr](https://github.com/SDWebImage/SDWebImage/pull/3069/commits/f209c94de654dde67ebcab435343ce6155abbc87).Please have a look.
我也有个建议 插件会造成莫名其妙下移的原因可能是scrollview部分需要添加代码 `.scrollsToTop = false`
me 2,have you fix it?
@tomaz I write this in m ` @interface MainTableViewController () \/*! @brief This property knows View Controller array. *\/ @property (strong, nonatomic) NSArray *vcArray; @end ` and type sub in...
@tomaz Still nothing.Btw, my project on xcode9 and deleted pods. sub is my script ``` #appledoc Xcode script # Start constants company="Insofan"; companyID="com.Insofan"; companyURL="https://github.com/insofan"; target="iphoneos"; #target="macosx"; outputPath="~/help";\ /usr/local/bin/appledoc \ --project-name...
@cjsiOS try `sudo brew install appledoc`
Sub code works. ``` AnimatedImage(url: URL(string: url)) .transition(.fade) .resizable() .scaledToFit() ```
@ykaito21 Declarative programming UI order is important
> You can't use `WriteRecords`, `WriteRecord`, `GetRecords` or `GetRecord` because they use `System.Linq.Expressions`, which iOS doesn't allow. You'll need to loop the records and do `csv.WriteField(obj.Property)`. > > It looks...