_阿南_

Results 9 issues of _阿南_

看到项目中的ViewModel仅仅是进行向网络层获取数据,没有像MVVM中介绍的ViewModel的view和Model的交互。 按MVVM中ViewModel的介绍,应该Model的改变,View也会直接的修改。View中输入内容的改变,Model中的值会对应的改变。 是不是Demo较简单,没有体现这方面的内容。

如果在TableViewDelegate的didSelect方法中,需要进行Push的操作,需要怎么执行?

String的转化 taskId = jsonObject.opt("taskId");应该为 taskId = jsonObject.optString("taskId");

现在提供的文档都是有注释,但是json一旦有了注释,比如"amount": 3.00 // 总金额,就判断为无效的json字符串。这个通过程序应该可以取消的吧。

在组件CustomAlertDialog,CustomSimpleDialog中shape,elevation,backgroundColor的说明错误。 ![image](https://user-images.githubusercontent.com/6257935/146110552-c5c6c2d4-5ded-4057-a80b-aad3a93ff4e9.png)

The crashed line is -[SAMKeychainQuery save:] (in SAMKeychain) (SAMKeychainQuery.m:0) in the iOS 11.3.1.

buildToolsVersion从27.0.3升级到28.0.2后,无法进行权限的升级,而是直接崩溃。 08-28 19:47:35.997 28198-28198/? I/AcpService: targetSdkVersion >= Build.VERSION_CODES.M 08-28 19:47:35.997 28198-28198/? I/AcpManager: checkSelfPermission = -1 08-28 19:47:35.998 28198-28198/? I/AcpService: targetSdkVersion >= Build.VERSION_CODES.M 08-28 19:47:35.998 28198-28198/? I/AcpManager: checkSelfPermission = -1

When click the Install button, Display the error: [!] Unknown installation options: generate_multiple_pod_projects and incremental_installation. SO this app should be upgraded for pod version 1.7+.

当MainView为navigation的时候,push后的新view, 不能back 到原来的view,并且在新view中,点击事件都不能用。