CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

MJMichael 4.3.4

MJMichael 4.3.4

Maintained by michael.



MJMichael 4.3.4

  • By
  • MichaelLi

MJMichael 更新记录: v4.3.4 1:修复WSProgressBundle.bundle v4.3.2 1:添加AFNetworking v4.2.9: 1:添加WebViewJavascriptBridge(MJWKWebView与js数据交互) -(void)mjBridgJSSendNative:(NSString *)bridgeMethod jsSendNative:(JSSendNativeBlack)jsSendNative; v4.2.7: 1:添加MJWKWebView //WKWebView加载本地H5 +(MJWKWebView *)shareManagerFrame:(CGRect)frame ByVC:(UIViewController *)vc loadHTML:(NSString *)html v4.2.6: 1:添加MJDevice 获取UUID

  • (NSString *)getUUID; //pad和iPhone设备判断 +(BOOL)isPadDevice; //根据屏幕宽高判断机型 +(void)deviceType:(MJDeviceBlockType)deviceType wh:(MJDeviceBlockWH)wh;