类似Tumblr App的HUD TYTumblrHUD

码农软件 · 软件分类 · Android UI 组件 · 2019-04-24 14:43:51

软件介绍

类似Tumblr App的HUD。

接口风格类似 MBProgressHUD

效果图:

使用示例代码:

TYTumblrHUD *hud = [TYTumblrHUD showHUDAddedTo:self.view animated:YES];

dispatch_async(dispatch_get_global_queue(QOS_CLASS_USER_INITIATED, 0), ^{
    // do something ...

    dispatch_async(dispatch_get_main_queue(), ^{
        [hud hideAnimated:YES];
    });
});

本文地址:https://codercto.com/soft/d/4287.html

Web ReDesign 2.0

Web ReDesign 2.0

Kelly Goto、Emily Cotler / Peachpit Press / 2004-12-10 / USD 45.00

If anything, this volume's premise--that the business of Web design is one of constant change-has only proven truer over time. So much so, in fact, that the 12-month design cycles cited in the last ed......一起来看看 《Web ReDesign 2.0》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码