sdwebimage

    0熱度

    1回答

    我有一個帶有背景圖片的按鈕,我用SDWebImage下載。我想保持高度不變,並通過保持高寬比而不是剪切圖像來改變寬度。恆定的高度和動態的寬度。這裏有什麼問題? //CODE FROM FUNCTION --- button.sd_setBackgroundImage(with: url, for: .normal, placeholderImage: UIImage(named: "img"),

    0熱度

    1回答

    嘗試運行XCTest並使用我設置的CocoaPods使用SDWebImage,我只能看到如下所示的錯誤。有什麼建議麼? :0: error: module name "" is not a valid identifier Command /Applications/Xcode8.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch

    1熱度

    1回答

    加載圖像在我的RSS提要應用程序,我通過輸入didStartElement方法解析用的NSXMLParser圖片: If ([element isEqualToString: @ "item"]) {                  Item = [[NSMutableDictionary alloc] init];         Title = [[NSMutableString al

    1熱度

    2回答

    我想使用SDImageView Cocoapod與表視圖從數據庫中檢索URL並將其轉換爲可查看的圖像。當我使用下面的代碼時,我無法獲得圖像,我的代碼出了什麼問題?謝謝! var posts = [postStruct]() override func viewDidLoad() { super.viewDidLoad() let ref = Database.datab

    0熱度

    2回答

    任何人都可以幫助我找出運行我的應用程序時遇到的以下錯誤嗎? func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let customCell = tableView.dequeueReusableCell(withIdentifier: "ta

    0熱度

    2回答

    我想使用SDWebImage獲取圖像,但它返回了-1100錯誤。我無法找出原因: [eventImageView sd_setImageWithURL:[NSURL URLWithString:@"http://farm3.staticflickr.com/2350/2605722927_8cf675a249_b.jpg"] completed:^(UIImage * _Nullable imag

    0熱度

    1回答

    我一直在看教程和尋找/研究,我無法找到任何地方如何創建一個圖像網址陣列。 我正在嘗試使用framework SDWebImage。我一直在看的所有教程都完全符合我需要的應用程序,但TableView不是正常的ViewController。我也想在你按下一個按鈕的地方擁有它,然後隨機調用其中一個圖像。這些網址來自存儲在Firebase存儲中的圖片。這個框架(SDWebImage)實際上就是我想要使用

    0熱度

    2回答

    請幫我在下面的代碼。我發現了一個錯誤: Expression type "(_, _) -> Void" is ambiguous without more context. import UIKit import SDWebImage class CustomImageView: UIImageView { let progressIndicatorView = Circular

    0熱度

    1回答

    我已更新我的pod文件。因此,我的sdwebimage pod文件已更新至4.0,現在我收到很多無法識別的問題並解決了大部分問題。 現在我需要一些想法來解決以下問題。 功能的驗證碼我要檢查圖像是否已經或不下載與URL的幫助下,我使用下面的代碼 -(BOOL) isDownloadComplete:(NSString*)downloadmediaURL { BOOL downloaded

    0熱度

    1回答

    我在數組中有一個CKRecords的數組。使用表格,我正在尋找使用SDWedImage充當我的記錄中的一個CKAsset/Image的緩存。 碼我曾嘗試: override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let cell =