1.背景 我们的项目是混合开发,最近需要将UIWebView替换成WKWebView,我基于WKWebView封装了本地的混合框架用来加载本地h...
最近有个需求就是拿到app中的启动图,由于我们app是可以动态配置启动图等资源,所以要拿到Images.xcasset中的LaunchImage...
最近在撸flutter,在安装环境配置的时候,第一步安装sudo git clone -b beta https://github.com/fl...
iOS全面的判断字符串为空的方法 - (BOOL)isEmptyString:(NSString *)string { if (!strin...
在做公司app对登录下线处理的时候,当token失效后afn请求后台说请求到了,但是我这边没有收到返回的数据也就是code errormsg 等...
在设置自定义的footerView里边设置颜色的时候如果用self.backgroundColor会报错:Setting the backgro...
[textFieldsetValue:[UIColorredColor]forKeyPath:@"_placeholderLabel.textC...
-23 14:00:11.408 JuheFinancialManagement[5054:140410] The behavior of th...
@interface UIImage (Gradient) 为UIImage添加方法 + (UIImage*)gradientImageFrom...